c

client

A client module that is used by API consumer to call an API or from an API calling another API.
Files download
File Operation
client-2.1.4.jar download
client-2.1.4.pom download
client-2.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.networknt</groupId>
  <artifactId>client</artifactId>
  <version>2.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.networknt:client:2.1.4'
Gradle Kotlin
implementation("com.networknt:client:2.1.4")
Scala SBT
libraryDependencies += "com.networknt" % "client" % "2.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.networknt', module='client', version='2.1.4')
)
Apache Ivy
<dependency org="com.networknt" name="client" rev="2.1.4" />
Leiningen
[com.networknt/client "2.1.4"]
Apache Buildr
'com.networknt:client:jar:2.1.4'