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