scala-stm

A library for Software Transactional Memory in Scala

Лицензия

Лицензия

Категории

Категории

Scala Языки программирования
Группа

Группа

org.scala-stm
Идентификатор

Идентификатор

scala-stm_3
Последняя версия

Последняя версия

0.11.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

scala-stm
A library for Software Transactional Memory in Scala
Организация-разработчик

Организация-разработчик

org.scala-stm
Система контроля версий

Система контроля версий

https://github.com/scala-stm/scala-stm

Скачать scala-stm_3

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala3-library_3 jar 3.0.0

test (3)

Идентификатор библиотеки Тип Версия
org.scalatest : scalatest_3 jar 3.2.9
org.scalatestplus : junit-4-13_3 jar 3.2.9.0
junit : junit jar 4.13.1

Модули Проекта

Данный проект не имеет модулей.

Build Status Maven Central

ScalaSTM

ScalaSTM is a lightweight software transactional memory for Scala, inspired by the STMs in Haskell and Clojure. It was written by Nathan Bronson and the Scala STM Expert Group, and it is published under a BSD 3-Clause License.

ScalaSTM is available on the JVM for Scala 2.13, 2.12, 2.11, and Dotty (JVM), and on JS for Scala 2.13. It is also possible to use the library from Java, see JavaAPITests.

You can use it in your sbt build file as follows:

libraryDependencies += "org.scala-stm" %% "scala-stm" % "0.11.0"

Use %%% for Scala.js.

Or in Maven:

<dependency>
  <groupId>org.scala-stm</groupId>
  <artifactId>scala-stm_2.13</artifactId>
  <version>0.11.0</version>
</dependency>

For download info and documentation see http://scala-stm.org

For the design of the library, see the paper

org.scala-stm

Scala STM

Maintainers of the Scala STM library

Версии библиотеки

Версия
0.11.1