m

multiverse-alpha-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).
Files download
File Operation
multiverse-alpha-unborn-0.6.jar download
multiverse-alpha-unborn-0.6.pom download
multiverse-alpha-unborn-0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.multiverse</groupId>
  <artifactId>multiverse-alpha-unborn</artifactId>
  <version>0.6</version>
</dependency>
Gradle Groovy
implementation 'org.multiverse:multiverse-alpha-unborn:0.6'
Gradle Kotlin
implementation("org.multiverse:multiverse-alpha-unborn:0.6")
Scala SBT
libraryDependencies += "org.multiverse" % "multiverse-alpha-unborn" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.multiverse', module='multiverse-alpha-unborn', version='0.6')
)
Apache Ivy
<dependency org="org.multiverse" name="multiverse-alpha-unborn" rev="0.6" />
Leiningen
[org.multiverse/multiverse-alpha-unborn "0.6"]
Apache Buildr
'org.multiverse:multiverse-alpha-unborn:jar:0.6'