| Лицензия |
Лицензия |
|---|---|
| Группа | Группаedu.stanford.ppl |
| Идентификатор | Идентификаторsnaptree |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSnapTree RI
The reference implementation of SnapTree,
a concurrent AVL tree with fast cloning, snapshots, and consistent
iteration.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| snaptree-0.1.pom | |
| snaptree-0.1.jar | 53 KB |
| snaptree-0.1-sources.jar | 29 KB |
| snaptree-0.1-javadoc.jar | 59 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/edu.stanford.ppl/snaptree/ -->
<dependency>
<groupId>edu.stanford.ppl</groupId>
<artifactId>snaptree</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.ppl/snaptree/
implementation 'edu.stanford.ppl:snaptree:0.1'
// https://jarcasting.com/artifacts/edu.stanford.ppl/snaptree/
implementation ("edu.stanford.ppl:snaptree:0.1")
'edu.stanford.ppl:snaptree:jar:0.1'
<dependency org="edu.stanford.ppl" name="snaptree" rev="0.1">
<artifact name="snaptree" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.ppl', module='snaptree', version='0.1')
)
libraryDependencies += "edu.stanford.ppl" % "snaptree" % "0.1"
[edu.stanford.ppl/snaptree "0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |