MVN

org.multiverse : multiverse-scala

Maven & Gradle

May 26, 2010

Multiverse Scala Integration · Scala classes to allow more elegant use of Multiverse from Scala. Atm the functionality is quite limited since not a lot of effort was put in the Scala integration. For the 0.6 release Multiverse should be able to work with in Scala written transactional objects configured with the Multiverse annotations. So that would reduce the need for this library, although in Scala they want to have special Scala 'interfaces' that provide some syntactic sugar to use java collections in Scala. So this module would be the good location for that. If anyone would like to help improving the Multiverse/Scala integration, please don't hesitate to join.

<dependency>
    <groupId>org.multiverse</groupId>
    <artifactId>multiverse-scala</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.5.2

All Versions

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

Version Vulnerabilities Updated
0.5.x
multiverse-scala-0.5.2
0.5
multiverse-scala-0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.multiverse</groupId>
    <artifactId>multiverse-scala</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.multiverse:multiverse-scala:0.5.2'

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

implementation("org.multiverse:multiverse-scala:0.5.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.multiverse" % "multiverse-scala" % "0.5.2"