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