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