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