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