Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.joyent.triton |
ArtifactId | ArtifactIdjava-triton-client |
Version | Version0.0.4-b1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.joyent.triton/java-triton-client/ -->
<dependency>
<groupId>com.joyent.triton</groupId>
<artifactId>java-triton-client</artifactId>
<version>0.0.4-b1</version>
</dependency>
// https://jarcasting.com/artifacts/com.joyent.triton/java-triton-client/
implementation 'com.joyent.triton:java-triton-client:0.0.4-b1'
// https://jarcasting.com/artifacts/com.joyent.triton/java-triton-client/
implementation ("com.joyent.triton:java-triton-client:0.0.4-b1")
'com.joyent.triton:java-triton-client:jar:0.0.4-b1'
<dependency org="com.joyent.triton" name="java-triton-client" rev="0.0.4-b1">
<artifact name="java-triton-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.joyent.triton', module='java-triton-client', version='0.0.4-b1')
)
libraryDependencies += "com.joyent.triton" % "java-triton-client" % "0.0.4-b1"
[com.joyent.triton/java-triton-client "0.0.4-b1"]