GroupId | GroupIdorg.duracloud |
---|---|
ArtifactId | ArtifactIdsynctool |
Version | Version3.3.0 |
Type | Typejar |
Filename | Size |
---|---|
synctool-3.3.0.pom | |
synctool-3.3.0.jar | 67 KB |
synctool-3.3.0-sources.jar | 45 KB |
synctool-3.3.0-javadoc.jar | 233 KB |
synctool-3.3.0-driver.jar | 8 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.duracloud/synctool/ -->
<dependency>
<groupId>org.duracloud</groupId>
<artifactId>synctool</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.duracloud/synctool/
implementation 'org.duracloud:synctool:3.3.0'
// https://jarcasting.com/artifacts/org.duracloud/synctool/
implementation ("org.duracloud:synctool:3.3.0")
'org.duracloud:synctool:jar:3.3.0'
<dependency org="org.duracloud" name="synctool" rev="3.3.0">
<artifact name="synctool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.duracloud', module='synctool', version='3.3.0')
)
libraryDependencies += "org.duracloud" % "synctool" % "3.3.0"
[org.duracloud/synctool "3.3.0"]