License |
License |
---|---|
GroupId | GroupIdde.sciss |
ArtifactId | ArtifactIdlucrestm_2.9.1 |
Last Version | Last Version0.22 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLucreSTM
Combination of Scala-STM, a persistent key-value store, and observer-pattern based reactors
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
lucrestm_2.9.1-0.22.pom | |
lucrestm_2.9.1-0.22.jar | 875 KB |
lucrestm_2.9.1-0.22-sources.jar | 86 KB |
lucrestm_2.9.1-0.22-javadoc.jar | 613 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/lucrestm_2.9.1/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>lucrestm_2.9.1</artifactId>
<version>0.22</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/lucrestm_2.9.1/
implementation 'de.sciss:lucrestm_2.9.1:0.22'
// https://jarcasting.com/artifacts/de.sciss/lucrestm_2.9.1/
implementation ("de.sciss:lucrestm_2.9.1:0.22")
'de.sciss:lucrestm_2.9.1:jar:0.22'
<dependency org="de.sciss" name="lucrestm_2.9.1" rev="0.22">
<artifact name="lucrestm_2.9.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='lucrestm_2.9.1', version='0.22')
)
libraryDependencies += "de.sciss" % "lucrestm_2.9.1" % "0.22"
[de.sciss/lucrestm_2.9.1 "0.22"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.9.1 |
org.scala-tools : scala-stm_2.9.1 | jar | 0.5 |
com.sleepycat : je | jar | 5.0.34 |