License |
License |
---|---|
GroupId | GroupIdde.sciss |
ArtifactId | ArtifactIdlucrestm-core_2.9.2 |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlucrestm-core
Extension of Scala-STM, adding optional durability layer, and providing API for confluent and reactive event layers
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
lucrestm-core_2.9.2-1.6.0.pom | |
lucrestm-core_2.9.2-1.6.0.jar | 562 KB |
lucrestm-core_2.9.2-1.6.0-sources.jar | 58 KB |
lucrestm-core_2.9.2-1.6.0-javadoc.jar | 457 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/lucrestm-core_2.9.2/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>lucrestm-core_2.9.2</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/lucrestm-core_2.9.2/
implementation 'de.sciss:lucrestm-core_2.9.2:1.6.0'
// https://jarcasting.com/artifacts/de.sciss/lucrestm-core_2.9.2/
implementation ("de.sciss:lucrestm-core_2.9.2:1.6.0")
'de.sciss:lucrestm-core_2.9.2:jar:1.6.0'
<dependency org="de.sciss" name="lucrestm-core_2.9.2" rev="1.6.0">
<artifact name="lucrestm-core_2.9.2" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='lucrestm-core_2.9.2', version='1.6.0')
)
libraryDependencies += "de.sciss" % "lucrestm-core_2.9.2" % "1.6.0"
[de.sciss/lucrestm-core_2.9.2 "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-stm : scala-stm_2.9.2 | jar | 0.7 |
org.scala-lang : scala-library | jar | 2.9.2 |