Last Version

Multiverse Scala Integration 0.5.2

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.

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.multiverse
ArtifactId

ArtifactId

multiverse-scala
Version

Version

0.5.2
Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

Multiverse

Download multiverse-scala 0.5.2


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

Dependencies

compile (2)

Group / Artifact Type Version
org.multiverse : multiverse-core jar 0.5.2
org.scala-lang : scala-library jar 2.7.7

test (4)

Group / Artifact Type Version
org.scalatest : scalatest jar 1.0
org.multiverse : multiverse-alpha jar 0.5.2
junit : junit jar 4.8.1
org.mockito : mockito-all jar 1.8.2

Project Modules

There are no modules declared in this project.