occ-map

A micro-lib providing a threadsafe map which provides optimistic concurrency control.

License

License

GroupId

GroupId

org.vvcephei
ArtifactId

ArtifactId

occ-map
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

occ-map
A micro-lib providing a threadsafe map which provides optimistic concurrency control.
Project URL

Project URL

https://github.com/vvcephei/occ-map

Download occ-map

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.1
1.0