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