Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.appscode.api |
ArtifactId | ArtifactIdjava-client |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
java-client-0.1.0.pom | |
java-client-0.1.0.jar | 5 MB |
java-client-0.1.0-sources.jar | 1 MB |
java-client-0.1.0-javadoc.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.appscode.api/java-client/ -->
<dependency>
<groupId>com.appscode.api</groupId>
<artifactId>java-client</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.appscode.api/java-client/
implementation 'com.appscode.api:java-client:0.1.0'
// https://jarcasting.com/artifacts/com.appscode.api/java-client/
implementation ("com.appscode.api:java-client:0.1.0")
'com.appscode.api:java-client:jar:0.1.0'
<dependency org="com.appscode.api" name="java-client" rev="0.1.0">
<artifact name="java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.appscode.api', module='java-client', version='0.1.0')
)
libraryDependencies += "com.appscode.api" % "java-client" % "0.1.0"
[com.appscode.api/java-client "0.1.0"]