is not current version
Last Version 0.5.2

org.multiverse:multiverse-scala 0.5

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.

Categories

Categories

Scala Languages
GroupId

GroupId

org.multiverse
ArtifactId

ArtifactId

multiverse-scala
Version

Version

0.5
Type

Type

jar

Download multiverse-scala 0.5


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