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