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