Multiverse Performace Tool

Multiverse is a Software Transactional Memory implementation that can be used in Java but also in other languages running on the JVM like Scala or Groovy. Essentially it is a framework that allows different STM implementation (with different featuresets or performance characteristics) to be used under the hood. The main STM implementation is multiverse-alpha..

License

License

Categories

Categories

ORM Data
GroupId

GroupId

org.multiverse
ArtifactId

ArtifactId

multiverse-performance-tool
Last Version

Last Version

0.6.2
Release Date

Release Date

Type

Type

jar
Description

Description

Multiverse Performace Tool
Multiverse is a Software Transactional Memory implementation that can be used in Java but also in other languages running on the JVM like Scala or Groovy. Essentially it is a framework that allows different STM implementation (with different featuresets or performance characteristics) to be used under the hood. The main STM implementation is multiverse-alpha..
Project Organization

Project Organization

Multiverse

Download multiverse-performance-tool

How to add to project

<!-- https://jarcasting.com/artifacts/org.multiverse/multiverse-performance-tool/ -->
<dependency>
    <groupId>org.multiverse</groupId>
    <artifactId>multiverse-performance-tool</artifactId>
    <version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.multiverse/multiverse-performance-tool/
implementation 'org.multiverse:multiverse-performance-tool:0.6.2'
// https://jarcasting.com/artifacts/org.multiverse/multiverse-performance-tool/
implementation ("org.multiverse:multiverse-performance-tool:0.6.2")
'org.multiverse:multiverse-performance-tool:jar:0.6.2'
<dependency org="org.multiverse" name="multiverse-performance-tool" rev="0.6.2">
  <artifact name="multiverse-performance-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.multiverse', module='multiverse-performance-tool', version='0.6.2')
)
libraryDependencies += "org.multiverse" % "multiverse-performance-tool" % "0.6.2"
[org.multiverse/multiverse-performance-tool "0.6.2"]

Dependencies

compile (1)

Group / Artifact Type Version
args4j : args4j jar 2.0.16

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.1
org.mockito : mockito-all jar 1.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.6.2
0.6.1
0.6
0.5.2
0.5