arkadius / reliable-http-client   0.11.0

Apache License 2.0 GitHub

Reliable Http Client is a set of tools making HTTP communication more reliable. It supports: at least one delivery guaranty and retry strategies including durable exponential backoff and dead letter queue.

Scala versions: 2.13 2.12 2.11

rhttpc-json4s 0.8.4


Group ID:
org.rhttpc
Artifact ID:
rhttpc-json4s_2.12
Version:
0.8.4
Release Date:
Mar 26, 2020
Licenses:
Files:

libraryDependencies += "org.rhttpc" %% "rhttpc-json4s" % "0.8.4"

Mill build tool

ivy"org.rhttpc::rhttpc-json4s:0.8.4"

Scala CLI

//> using dep "org.rhttpc::rhttpc-json4s:0.8.4"

Ammonite REPL

import $ivy.`org.rhttpc::rhttpc-json4s:0.8.4`

<dependency>
  <groupId>org.rhttpc</groupId>
  <artifactId>rhttpc-json4s_2.12</artifactId>
  <version>0.8.4</version>
</dependency>

compile group: 'org.rhttpc', name: 'rhttpc-json4s_2.12', version: '0.8.4'