l

lucre-geom_2.12

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