| Categories |
CategoriesNet CLI User Interface |
|---|---|
| GroupId | GroupIdcom.networknt |
| ArtifactId | ArtifactIdclient |
| Version | Version1.5.22 |
| Type | Typejar |
| Filename | Size |
|---|---|
| client-1.5.22.pom | |
| client-1.5.22.jar | 59 KB |
| client-1.5.22-sources.jar | 25 KB |
| client-1.5.22-javadoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/client/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>client</artifactId>
<version>1.5.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/client/
implementation 'com.networknt:client:1.5.22'
// https://jarcasting.com/artifacts/com.networknt/client/
implementation ("com.networknt:client:1.5.22")
'com.networknt:client:jar:1.5.22'
<dependency org="com.networknt" name="client" rev="1.5.22">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='client', version='1.5.22')
)
libraryDependencies += "com.networknt" % "client" % "1.5.22"
[com.networknt/client "1.5.22"]