GroupId | GroupIdit.anyplace.sync |
---|---|
ArtifactId | ArtifactIda-sync-core |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
a-sync-core-1.2.pom | |
a-sync-core-1.2.jar | 80 KB |
a-sync-core-1.2-sources.jar | 40 KB |
a-sync-core-1.2-javadoc.jar | 290 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.anyplace.sync/a-sync-core/ -->
<dependency>
<groupId>it.anyplace.sync</groupId>
<artifactId>a-sync-core</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/it.anyplace.sync/a-sync-core/
implementation 'it.anyplace.sync:a-sync-core:1.2'
// https://jarcasting.com/artifacts/it.anyplace.sync/a-sync-core/
implementation ("it.anyplace.sync:a-sync-core:1.2")
'it.anyplace.sync:a-sync-core:jar:1.2'
<dependency org="it.anyplace.sync" name="a-sync-core" rev="1.2">
<artifact name="a-sync-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.anyplace.sync', module='a-sync-core', version='1.2')
)
libraryDependencies += "it.anyplace.sync" % "a-sync-core" % "1.2"
[it.anyplace.sync/a-sync-core "1.2"]