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