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