l

lucre-geom_3

Extension of Scala-STM, adding optional durability layer, and providing API for confluent and reactive event layers
https://codeberg.org/sciss/Lucre
AGPL v3+
de.sciss
Hanns Holger Rutz
文件下载
文件名 操作
lucre-geom_3-4.6.4.jar 下载
lucre-geom_3-4.6.4.pom 下载
lucre-geom_3-4.6.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.sciss</groupId>
  <artifactId>lucre-geom_3</artifactId>
  <version>4.6.4</version>
</dependency>
Gradle Groovy
implementation 'de.sciss:lucre-geom_3:4.6.4'
Gradle Kotlin
implementation("de.sciss:lucre-geom_3:4.6.4")
Scala SBT
libraryDependencies += "de.sciss" % "lucre-geom_3" % "4.6.4"
Groovy Grape
@Grapes(
  @Grab(group='de.sciss', module='lucre-geom_3', version='4.6.4')
)
Apache Ivy
<dependency org="de.sciss" name="lucre-geom_3" rev="4.6.4" />
Leiningen
[de.sciss/lucre-geom_3 "4.6.4"]
Apache Buildr
'de.sciss:lucre-geom_3:jar:4.6.4'