Categories |
CategoriesJava Languages Ant Build Tools CLI User Interface |
---|---|
GroupId | GroupIdcom.joyent.manta |
ArtifactId | ArtifactIdjava-manta-client |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
java-manta-client-2.3.0.pom | |
java-manta-client-2.3.0.jar | 2 MB |
java-manta-client-2.3.0-sources.jar | 73 KB |
java-manta-client-2.3.0-javadoc.jar | 315 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.joyent.manta/java-manta-client/ -->
<dependency>
<groupId>com.joyent.manta</groupId>
<artifactId>java-manta-client</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.joyent.manta/java-manta-client/
implementation 'com.joyent.manta:java-manta-client:2.3.0'
// https://jarcasting.com/artifacts/com.joyent.manta/java-manta-client/
implementation ("com.joyent.manta:java-manta-client:2.3.0")
'com.joyent.manta:java-manta-client:jar:2.3.0'
<dependency org="com.joyent.manta" name="java-manta-client" rev="2.3.0">
<artifact name="java-manta-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.joyent.manta', module='java-manta-client', version='2.3.0')
)
libraryDependencies += "com.joyent.manta" % "java-manta-client" % "2.3.0"
[com.joyent.manta/java-manta-client "2.3.0"]