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