Last Version

pojo-mvcc 1.0-RC1

A simple in-memory POJO Multi Version Concurrency Control (MVCC) cache.

License

License

GroupId

GroupId

com.github.pojomvcc
ArtifactId

ArtifactId

pojo-mvcc
Version

Version

1.0-RC1
Type

Type

jar
Description

Description

pojo-mvcc
A simple in-memory POJO Multi Version Concurrency Control (MVCC) cache.
Project URL

Project URL

https://github.com/pojomvcc/pojomvcc.git
Source Code Management

Source Code Management

http://github.com/pojomvcc/pojomvcc

Download pojo-mvcc 1.0-RC1


<!-- https://jarcasting.com/artifacts/com.github.pojomvcc/pojo-mvcc/ -->
<dependency>
    <groupId>com.github.pojomvcc</groupId>
    <artifactId>pojo-mvcc</artifactId>
    <version>1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pojomvcc/pojo-mvcc/
implementation 'com.github.pojomvcc:pojo-mvcc:1.0-RC1'
// https://jarcasting.com/artifacts/com.github.pojomvcc/pojo-mvcc/
implementation ("com.github.pojomvcc:pojo-mvcc:1.0-RC1")
'com.github.pojomvcc:pojo-mvcc:jar:1.0-RC1'
<dependency org="com.github.pojomvcc" name="pojo-mvcc" rev="1.0-RC1">
  <artifact name="pojo-mvcc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pojomvcc', module='pojo-mvcc', version='1.0-RC1')
)
libraryDependencies += "com.github.pojomvcc" % "pojo-mvcc" % "1.0-RC1"
[com.github.pojomvcc/pojo-mvcc "1.0-RC1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.