is not current version
Last Version 1.3

it.anyplace.sync:a-sync-core 1.1


GroupId

GroupId

it.anyplace.sync
ArtifactId

ArtifactId

a-sync-core
Version

Version

1.1
Type

Type

jar

Download a-sync-core 1.1


<!-- https://jarcasting.com/artifacts/it.anyplace.sync/a-sync-core/ -->
<dependency>
    <groupId>it.anyplace.sync</groupId>
    <artifactId>a-sync-core</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/it.anyplace.sync/a-sync-core/
implementation 'it.anyplace.sync:a-sync-core:1.1'
// https://jarcasting.com/artifacts/it.anyplace.sync/a-sync-core/
implementation ("it.anyplace.sync:a-sync-core:1.1")
'it.anyplace.sync:a-sync-core:jar:1.1'
<dependency org="it.anyplace.sync" name="a-sync-core" rev="1.1">
  <artifact name="a-sync-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.anyplace.sync', module='a-sync-core', version='1.1')
)
libraryDependencies += "it.anyplace.sync" % "a-sync-core" % "1.1"
[it.anyplace.sync/a-sync-core "1.1"]