| 组织ID: |
de.sciss |
| 项目ID: |
lucrestm-core_2.11 |
| 版本: |
2.0.4 |
| 最后修改时间: |
2019-10-24 05:51:28 |
| 包类型: |
jar |
| 标题: |
GPL v2+ |
| 描述: |
Extension of Scala-STM, adding optional durability layer, and providing API for confluent and reactive event layers |
| 相关URL: |
https://github.com/Sciss/LucreSTM |
| 大小: |
198.15KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>de.sciss</groupId>
<artifactId>lucrestm-core_2.11</artifactId>
<version>2.0.4</version>
</dependency>
|
| Gradle引入代码: |
de.sciss:lucrestm-core_2.11:2.0.4
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>de.sciss</groupId>
<artifactId>lucrestm-core_2.11</artifactId>
<packaging>jar</packaging>
<description>Extension of Scala-STM, adding optional durability layer, and providing API for confluent and reactive event layers</description>
<url>https://github.com/Sciss/LucreSTM</url>
<version>2.0.4</version>
<licenses>
<license>
<name>GPL v2+</name>
<url>http://www.gnu.org/licenses/gpl-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>lucrestm-core</name>
<organization>
<name>de.sciss</name>
<url>https://github.com/Sciss/LucreSTM</url>
</organization>
<scm>
<url>git@github.com:Sciss/LucreSTM.git</url>
<connection>scm:git:git@github.com:Sciss/LucreSTM.git</connection>
</scm>
<developers>
<developer>
<id>sciss</id>
<name>Hanns Holger Rutz</name>
<url>http://www.sciss.de</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>2.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-stm</groupId>
<artifactId>scala-stm_2.11</artifactId>
<version>0.7</version>
</dependency>
<dependency>
<groupId>de.sciss</groupId>
<artifactId>serial_2.11</artifactId>
<version>1.0.2</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
de.sciss.lucre.stm.impl.DurableImpl$Mixin$$anonfun$write$1.class
de.sciss.lucre.stm.TxnLike.class
de.sciss.lucre.stm.impl.ConfluentSkel$System$$anonfun$step$1.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin$$anonfun$exists$1.class
de.sciss.lucre.stm.impl.ConfluentSkel$ID.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin$$anonfun$2$$anonfun$1.class
de.sciss.lucre.stm.Mutable.class
de.sciss.lucre.stm.impl.DurableImpl$BooleanVar.class
de.sciss.lucre.stm.impl.ConfluentSkel$IDImpl$$anonfun$write$1.class
de.sciss.lucre.stm.impl.LocalVarImpl$$anonfun$1.class
de.sciss.lucre.stm.impl.DurableImpl$IntVar.class
de.sciss.lucre.stm.impl.DurableImpl$CachedIntVar$$anonfun$readInit$2.class
de.sciss.lucre.stm.impl.ConfluentSkel$System$$anonfun$access$1$$anonfun$3.class
de.sciss.lucre.stm.impl.InMemoryImpl$Mixin$$anonfun$root$1.class
de.sciss.lucre.stm.impl.ConfluentSkel$System$$anonfun$inPath$1.class
de.sciss.lucre.stm.InMemoryLike.class
de.sciss.lucre.stm.Durable$Txn.class
de.sciss.lucre.stm.impl.ConfluentSkel.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin$$anonfun$root$1$$anonfun$apply$1.class
de.sciss.lucre.stm.impl.ConfluentSkel$System$$anonfun$root$1.class
de.sciss.lucre.stm.impl.DurableImpl$CachedVarImpl$$anonfun$writeInit$1.class
de.sciss.lucre.stm.impl.BasicTxnImpl$$anonfun$beforeCommit$1.class
de.sciss.lucre.stm.IdentifierMap$.class
de.sciss.lucre.stm.impl.BasicTxnImpl$$anonfun$afterCommit$1.class
de.sciss.lucre.stm.Txn.class
de.sciss.lucre.stm.impl.ConfluentSkel$IDImpl.class
de.sciss.lucre.stm.impl.InMemoryImpl.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin$$anonfun$1.class
de.sciss.lucre.stm.Identifier.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin$$anonfun$read$2.class
de.sciss.lucre.stm.Mutable$Impl$class.class
de.sciss.lucre.stm.impl.DurableImpl$VarImpl$$anonfun$update$1.class
de.sciss.lucre.stm.impl.DurableImpl$BasicVar$$anonfun$setInit$1.class
de.sciss.lucre.stm.Sink$Map.class
de.sciss.lucre.stm.impl.InMemoryImpl$TxnMixin.class
de.sciss.lucre.stm.impl.DurableImpl$LongVar.class
de.sciss.lucre.stm.DataStoreFactory.class
de.sciss.lucre.stm.impl.DurableImpl$BasicVar$$anonfun$apply$2.class
de.sciss.lucre.stm.Identifiable.class
de.sciss.lucre.stm.impl.ConfluentSkel$System$$anonfun$2.class
de.sciss.lucre.stm.Sys.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin$$anonfun$remove$1.class
de.sciss.lucre.stm.impl.BasicTxnImpl.class
de.sciss.lucre.stm.LocalVar.class
de.sciss.lucre.stm.impl.InMemoryImpl$Mixin$$anonfun$step$1.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin$$anonfun$1$$anonfun$3.class
de.sciss.lucre.stm.Durable$.class
de.sciss.lucre.stm.impl.DurableImpl$BasicVar.class
de.sciss.lucre.stm.impl.ConfluentSkel$.class
de.sciss.lucre.stm.impl.DurableImpl$BasicVar$class.class
de.sciss.lucre.stm.impl.DurableImpl$BooleanVar$$anonfun$update$3.class
de.sciss.lucre.stm.Mutable$Impl.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin$$anonfun$step$1.class
de.sciss.lucre.stm.impl.DurableImpl$LongVar$$anonfun$setInit$4.class
de.sciss.lucre.stm.BuildInfo.class
de.sciss.lucre.stm.impl.DurableImpl$BooleanVar$$anonfun$setInit$2.class
de.sciss.lucre.stm.impl.DurableImpl$IntVar$$anonfun$apply$4.class
de.sciss.lucre.stm.DurableLike.class
de.sciss.lucre.stm.impl.ConfluentSkel$VarImpl.class
de.sciss.lucre.stm.impl.ConfluentSkel$SourceImpl$$anonfun$store$1.class
de.sciss.lucre.stm.impl.DurableImpl$VarImpl.class
de.sciss.lucre.stm.impl.DurableImpl$CachedIntVar$$anonfun$update$5.class
de.sciss.lucre.stm.impl.InMemoryImpl$System.class
de.sciss.lucre.stm.impl.ConfluentSkel$System$$anonfun$access$1$$anonfun$2.class
de.sciss.lucre.stm.impl.DurableImpl$CachedLongVar.class
de.sciss.lucre.stm.Source$Map.class
de.sciss.lucre.stm.InMemoryLike$.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin$class.class
de.sciss.lucre.stm.impl.DurableImpl$CachedVarImpl.class
de.sciss.lucre.stm.Disposable.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin$$anonfun$remove$2.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin$$anonfun$1$$anonfun$4.class
de.sciss.lucre.stm.DurableLike$Txn.class
de.sciss.lucre.stm.impl.ConfluentSkel$SourceImpl$$anonfun$toString$1.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin$$anonfun$2$$anonfun$4.class
de.sciss.lucre.stm.impl.DurableImpl$.class
de.sciss.lucre.stm.impl.DurableImpl$IDMapImpl$$anonfun$get$1.class
de.sciss.lucre.stm.impl.ConfluentSkel$System$$anonfun$fromPath$1$$anonfun$apply$1.class
de.sciss.lucre.stm.TxnLike$.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin$$anonfun$read$1.class
de.sciss.lucre.stm.impl.ConfluentSkel$IDImpl$$anonfun$readPath$1.class
de.sciss.lucre.stm.impl.ConfluentSkel$System$$anonfun$access$2.class
de.sciss.lucre.stm.impl.DurableImpl$BasicSource$class.class
de.sciss.lucre.stm.impl.BasicTxnImpl$class.class
de.sciss.lucre.stm.impl.DurableImpl$System.class
de.sciss.lucre.stm.Cursor.class
de.sciss.lucre.stm.MutableSerializer.class
de.sciss.lucre.stm.impl.DurableImpl$IntVar$$anonfun$update$4.class
de.sciss.lucre.stm.impl.DurableImpl$IDMapImpl$$anonfun$put$1.class
de.sciss.lucre.stm.BuildInfo$.class
de.sciss.lucre.stm.impl.ConfluentSkel$SourceImpl$class.class
de.sciss.lucre.stm.impl.IdentifierMapImpl.class
de.sciss.lucre.stm.impl.InMemoryImpl$IDImpl.class
de.sciss.lucre.stm.impl.ConfluentSkel$IDImpl$$anonfun$1.class
de.sciss.lucre.stm.package.class
de.sciss.lucre.stm.impl.ConfluentSkel$System.class
de.sciss.lucre.stm.IdentifierMap.class
de.sciss.lucre.stm.impl.ConfluentSkel$System$$anonfun$step$1$$anonfun$apply$2.class
de.sciss.lucre.stm.InMemory$.class
de.sciss.lucre.stm.DataStore.class
de.sciss.lucre.stm.impl.DurableImpl$CachedVarImpl$$anonfun$readInit$1.class
de.sciss.lucre.stm.impl.IdentifierMapImpl$.class
de.sciss.lucre.stm.impl.InMemoryImpl$.class
de.sciss.lucre.stm.impl.ConfluentSkel$System$$anonfun$1.class
de.sciss.lucre.stm.TxnLike$Wrapped$$anonfun$afterCommit$1.class
de.sciss.lucre.stm.DurableLike$.class
de.sciss.lucre.stm.impl.DurableImpl$TxnImpl.class
de.sciss.lucre.stm.impl.DurableImpl$IntVar$$anonfun$setInit$3.class
de.sciss.lucre.stm.impl.DurableImpl$CachedLongVar$$anonfun$update$7.class
de.sciss.lucre.stm.InMemoryLike$ID.class
de.sciss.lucre.stm.impl.DurableImpl$LongVar$$anonfun$update$6.class
de.sciss.lucre.stm.Mutable$.class
de.sciss.lucre.stm.impl.DurableImpl$TxnMixin$class.class
de.sciss.lucre.stm.impl.DurableImpl$IDImpl.class
de.sciss.lucre.stm.impl.InMemoryImpl$TxnMixin$class.class
de.sciss.lucre.stm.impl.DurableImpl$TxnMixin$$anonfun$newInMemoryIDMap$1.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin$$anonfun$tryRead$1.class
de.sciss.lucre.stm.impl.ConfluentSkel$TxnImpl.class
de.sciss.lucre.stm.Var.class
de.sciss.lucre.stm.impl.InMemoryImpl$VarImpl.class
de.sciss.lucre.stm.DataStoreFactory$class.class
de.sciss.lucre.stm.Source.class
de.sciss.lucre.stm.impl.EphemeralHandle.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin$$anonfun$exists$2.class
de.sciss.lucre.stm.impl.ConfluentSkel$SourceImpl.class
de.sciss.lucre.stm.Source$.class
de.sciss.lucre.stm.impl.DurableImpl.class
de.sciss.lucre.stm.impl.DurableImpl$LongVar$$anonfun$apply$5.class
de.sciss.lucre.stm.impl.DurableImpl$BasicSource.class
de.sciss.lucre.stm.impl.InMemoryImpl$Mixin.class
de.sciss.lucre.stm.impl.DurableImpl$Mixin$$anonfun$write$2.class
de.sciss.lucre.stm.impl.ConfluentSkel$ID$class.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
scala-library-2.11.0.jar
/org.scala-lang/scala-library/2.11.0
查看scala-library所有版本文件
scalatest_2.11-2.1.3.jar
/org.scalatest/scalatest_2.11/2.1.3
查看scalatest_2.11所有版本文件
scala-stm_2.11-0.7.jar
/org.scala-stm/scala-stm_2.11/0.7
查看scala-stm_2.11所有版本文件
serial_2.11-1.0.2.jar
/de.sciss/serial_2.11/1.0.2
查看serial_2.11所有版本文件
|