Categories |
CategoriesNet CLI User Interface JSON Data |
---|---|
GroupId | GroupIdnet.nemerosa |
ArtifactId | ArtifactIdhttp-client-json |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
http-client-json-1.0.0.pom | |
http-client-json-1.0.0.jar | 3 KB |
http-client-json-1.0.0-sources.jar | 2 KB |
http-client-json-1.0.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.nemerosa/http-client-json/ -->
<dependency>
<groupId>net.nemerosa</groupId>
<artifactId>http-client-json</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.nemerosa/http-client-json/
implementation 'net.nemerosa:http-client-json:1.0.0'
// https://jarcasting.com/artifacts/net.nemerosa/http-client-json/
implementation ("net.nemerosa:http-client-json:1.0.0")
'net.nemerosa:http-client-json:jar:1.0.0'
<dependency org="net.nemerosa" name="http-client-json" rev="1.0.0">
<artifact name="http-client-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.nemerosa', module='http-client-json', version='1.0.0')
)
libraryDependencies += "net.nemerosa" % "http-client-json" % "1.0.0"
[net.nemerosa/http-client-json "1.0.0"]