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