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