is not current version
Last Version 2.1.1

com.networknt:client 1.5.4

A client module that is used by API consumer to call an API or from an API calling another API.

Categories

Categories

Net CLI User Interface
GroupId

GroupId

com.networknt
ArtifactId

ArtifactId

client
Version

Version

1.5.4
Type

Type

jar

Download client 1.5.4


<!-- https://jarcasting.com/artifacts/com.networknt/client/ -->
<dependency>
    <groupId>com.networknt</groupId>
    <artifactId>client</artifactId>
    <version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/client/
implementation 'com.networknt:client:1.5.4'
// https://jarcasting.com/artifacts/com.networknt/client/
implementation ("com.networknt:client:1.5.4")
'com.networknt:client:jar:1.5.4'
<dependency org="com.networknt" name="client" rev="1.5.4">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='client', version='1.5.4')
)
libraryDependencies += "com.networknt" % "client" % "1.5.4"
[com.networknt/client "1.5.4"]