Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdit.anyplace.sync |
ArtifactId | ArtifactIda-sync-client |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
a-sync-client-1.0.pom | |
a-sync-client-1.0.jar | 18 KB |
a-sync-client-1.0-sources.jar | 8 KB |
a-sync-client-1.0-javadoc.jar | 28 KB |
a-sync-client-1.0-executable.jar | 13 MB |
Browse |
<!-- https://jarcasting.com/artifacts/it.anyplace.sync/a-sync-client/ -->
<dependency>
<groupId>it.anyplace.sync</groupId>
<artifactId>a-sync-client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/it.anyplace.sync/a-sync-client/
implementation 'it.anyplace.sync:a-sync-client:1.0'
// https://jarcasting.com/artifacts/it.anyplace.sync/a-sync-client/
implementation ("it.anyplace.sync:a-sync-client:1.0")
'it.anyplace.sync:a-sync-client:jar:1.0'
<dependency org="it.anyplace.sync" name="a-sync-client" rev="1.0">
<artifact name="a-sync-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.anyplace.sync', module='a-sync-client', version='1.0')
)
libraryDependencies += "it.anyplace.sync" % "a-sync-client" % "1.0"
[it.anyplace.sync/a-sync-client "1.0"]