is not current version
Last Version 1.3

it.anyplace.sync:a-sync-repository 1.2


GroupId

GroupId

it.anyplace.sync
ArtifactId

ArtifactId

a-sync-repository
Version

Version

1.2
Type

Type

jar

Download a-sync-repository 1.2


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