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