License |
License |
---|---|
GroupId | GroupIdorg.vvcephei |
ArtifactId | ArtifactIdocc-map |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionocc-map
A micro-lib providing a threadsafe map which provides optimistic concurrency control.
|
Project URL |
Project URL |
Filename | Size |
---|---|
occ-map-1.2.pom | |
occ-map-1.2.jar | 29 KB |
occ-map-1.2-sources.jar | 28 KB |
occ-map-1.2-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.vvcephei/occ-map/ -->
<dependency>
<groupId>org.vvcephei</groupId>
<artifactId>occ-map</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.vvcephei/occ-map/
implementation 'org.vvcephei:occ-map:1.2'
// https://jarcasting.com/artifacts/org.vvcephei/occ-map/
implementation ("org.vvcephei:occ-map:1.2")
'org.vvcephei:occ-map:jar:1.2'
<dependency org="org.vvcephei" name="occ-map" rev="1.2">
<artifact name="occ-map" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vvcephei', module='occ-map', version='1.2')
)
libraryDependencies += "org.vvcephei" % "occ-map" % "1.2"
[org.vvcephei/occ-map "1.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |