| Categories |
CategoriesNet CLI User Interface |
|---|---|
| GroupId | GroupIdcom.networknt |
| ArtifactId | ArtifactIdclient |
| Version | Version1.5.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| client-1.5.4.pom | |
| client-1.5.4.jar | 38 KB |
| client-1.5.4-sources.jar | 20 KB |
| client-1.5.4-javadoc.jar | 66 KB |
| Browse |
<!-- 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"]