is not current version
Last Version 1.0.1

ch.cern:entwined-stm 1.0.0

Implements various transactional collections with semantic concurrency control

GroupId

GroupId

ch.cern
ArtifactId

ArtifactId

entwined-stm
Version

Version

1.0.0
Type

Type

jar

Download entwined-stm 1.0.0


<!-- https://jarcasting.com/artifacts/ch.cern/entwined-stm/ -->
<dependency>
    <groupId>ch.cern</groupId>
    <artifactId>entwined-stm</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern/entwined-stm/
implementation 'ch.cern:entwined-stm:1.0.0'
// https://jarcasting.com/artifacts/ch.cern/entwined-stm/
implementation ("ch.cern:entwined-stm:1.0.0")
'ch.cern:entwined-stm:jar:1.0.0'
<dependency org="ch.cern" name="entwined-stm" rev="1.0.0">
  <artifact name="entwined-stm" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern', module='entwined-stm', version='1.0.0')
)
libraryDependencies += "ch.cern" % "entwined-stm" % "1.0.0"
[ch.cern/entwined-stm "1.0.0"]