Categories |
CategoriesCLI User Interface JSON Data |
---|---|
GroupId | GroupIdno.bouvet |
ArtifactId | ArtifactIdjson-client |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
json-client-1.0.3.pom | |
json-client-1.0.3.jar | 12 KB |
json-client-1.0.3-sources.jar | 6 KB |
json-client-1.0.3-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.bouvet/json-client/ -->
<dependency>
<groupId>no.bouvet</groupId>
<artifactId>json-client</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/no.bouvet/json-client/
implementation 'no.bouvet:json-client:1.0.3'
// https://jarcasting.com/artifacts/no.bouvet/json-client/
implementation ("no.bouvet:json-client:1.0.3")
'no.bouvet:json-client:jar:1.0.3'
<dependency org="no.bouvet" name="json-client" rev="1.0.3">
<artifact name="json-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.bouvet', module='json-client', version='1.0.3')
)
libraryDependencies += "no.bouvet" % "json-client" % "1.0.3"
[no.bouvet/json-client "1.0.3"]