License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdorg.multiverse |
ArtifactId | ArtifactIdmultiverse-scala |
Last Version | Last Version0.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMultiverse 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 OrganizationMultiverse |
Filename | Size |
---|---|
multiverse-scala-0.5.2.pom | |
multiverse-scala-0.5.2.jar | 6 KB |
multiverse-scala-0.5.2-sources.jar | 1 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.multiverse : multiverse-core | jar | 0.5.2 |
org.scala-lang : scala-library | jar | 2.7.7 |
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 |