m

multiverse-scala

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.
文件下载
文件名 操作
multiverse-scala-0.5.2.jar 下载
multiverse-scala-0.5.2.pom 下载
multiverse-scala-0.5.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.multiverse</groupId>
  <artifactId>multiverse-scala</artifactId>
  <version>0.5.2</version>
</dependency>
Gradle Groovy
implementation 'org.multiverse:multiverse-scala:0.5.2'
Gradle Kotlin
implementation("org.multiverse:multiverse-scala:0.5.2")
Scala SBT
libraryDependencies += "org.multiverse" % "multiverse-scala" % "0.5.2"
Groovy Grape
@Grapes(
  @Grab(group='org.multiverse', module='multiverse-scala', version='0.5.2')
)
Apache Ivy
<dependency org="org.multiverse" name="multiverse-scala" rev="0.5.2" />
Leiningen
[org.multiverse/multiverse-scala "0.5.2"]
Apache Buildr
'org.multiverse:multiverse-scala:jar:0.5.2'