MVN

org.multiverse : multiverse-alpha-unborn

Maven & Gradle

Feb 15, 2011

Alpha Multiverse STM engine: Unborn · Contains the main Multiverse STM Implementation: the Alpha Engine. The Alpha engine supports readonly and update transactions. It also supports the retry/or else mechanism. This not the jar you want to have in your final distribution because it isn't instrumented (hence the name unborn). The jar you eventually want to have in your distribution is the multiverse-alpha jar. What this package does, is test the instrumentation for the Javaagent. The compiletime instrumentation is tested in the multiverse-alpha package (where all tests are copied and reexecuted but now with compiletime instrumentation).

<dependency>
    <groupId>org.multiverse</groupId>
    <artifactId>multiverse-alpha-unborn</artifactId>
    <version>0.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.multiverse : multiverse-alpha-unborn to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.2

All Versions

Choose a version of org.multiverse : multiverse-alpha-unborn to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
multiverse-alpha-unborn-0.6.2
multiverse-alpha-unborn-0.6.1
0.6
multiverse-alpha-unborn-0.6
0.5.x
multiverse-alpha-unborn-0.5.2
0.5
multiverse-alpha-unborn-0.5

How to add a dependency to Maven

Add the following org.multiverse : multiverse-alpha-unborn maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.multiverse</groupId>
    <artifactId>multiverse-alpha-unborn</artifactId>
    <version>0.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.multiverse : multiverse-alpha-unborn gradle dependency to your build.gradle file:

implementation 'org.multiverse:multiverse-alpha-unborn:0.6.2'

Gradle Kotlin DSL: Add the following org.multiverse : multiverse-alpha-unborn gradle kotlin dependency to your build.gradle.kts file:

implementation("org.multiverse:multiverse-alpha-unborn:0.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.multiverse : multiverse-alpha-unborn sbt scala dependency to your build.sbt file:

libraryDependencies += "org.multiverse" % "multiverse-alpha-unborn" % "0.6.2"

Advertisement