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