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