How to Install libmultiverse-core-java in Ubuntu 18.04



Install libmultiverse-core-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libmultiverse-core-java

Description:

Java library implementing Software Transactional Memory (STM)

Multiverse is meant as an alternative to traditional lock based concurrency. If you have worked with databases before, Transactional Memory should feel familiar because both share one very important concept: transactions. . Multiverse is language independent so it can be used without relying on instrumentation and therefore can easily be used with other languages that can run on the JVM like Scala, Groovy or JRuby. . Also it reduces complexity of concurrency control, it can be used demanding production environments and provides a framework for STM experiments.

Homepage: http://multiverse.codehaus.org/

Version: 0.7.0-4

Section: universe/java