License |
License |
---|---|
Categories |
CategoriesJava Languages Net CLI User Interface |
GroupId | GroupIdnet.packet |
ArtifactId | ArtifactIdjava-client |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPacket API Java Client
Lightweight Java Client library for accessing Packet REST APIs with project based (JVM hosted languages) on Java, Groovy, Scala, Clojure, etc.
|
Project URL |
Project URL |
Filename | Size |
---|---|
java-client-1.0.0.pom | |
java-client-1.0.0.jar | 65 KB |
java-client-1.0.0-sources.jar | 51 KB |
java-client-1.0.0-javadoc.jar | 233 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.packet/java-client/ -->
<dependency>
<groupId>net.packet</groupId>
<artifactId>java-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.packet/java-client/
implementation 'net.packet:java-client:1.0.0'
// https://jarcasting.com/artifacts/net.packet/java-client/
implementation ("net.packet:java-client:1.0.0")
'net.packet:java-client:jar:1.0.0'
<dependency org="net.packet" name="java-client" rev="1.0.0">
<artifact name="java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.packet', module='java-client', version='1.0.0')
)
libraryDependencies += "net.packet" % "java-client" % "1.0.0"
[net.packet/java-client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
org.apache.commons : commons-lang3 | jar | 3.4 |
com.google.code.gson : gson | jar | 2.7 |
org.slf4j : jcl-over-slf4j | jar | 1.7.21 |
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |