GroupId | GroupIdcom.github.staslev |
---|---|
ArtifactId | ArtifactIdAtomicMapOperations |
Version | Versiontrunk |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.staslev/AtomicMapOperations/ -->
<dependency>
<groupId>com.github.staslev</groupId>
<artifactId>AtomicMapOperations</artifactId>
<version>trunk</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.staslev/AtomicMapOperations/
implementation 'com.github.staslev:AtomicMapOperations:trunk'
// https://jarcasting.com/artifacts/com.github.staslev/AtomicMapOperations/
implementation ("com.github.staslev:AtomicMapOperations:trunk")
'com.github.staslev:AtomicMapOperations:jar:trunk'
<dependency org="com.github.staslev" name="AtomicMapOperations" rev="trunk">
<artifact name="AtomicMapOperations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.staslev', module='AtomicMapOperations', version='trunk')
)
libraryDependencies += "com.github.staslev" % "AtomicMapOperations" % "trunk"
[com.github.staslev/AtomicMapOperations "trunk"]