License |
License |
---|---|
GroupId | GroupIdedu.stanford.ppl |
ArtifactId | ArtifactIdsnaptree |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSnapTree RI
The reference implementation of SnapTree,
a concurrent AVL tree with fast cloning, snapshots, and consistent
iteration.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
snaptree-0.1.pom | |
snaptree-0.1.jar | 53 KB |
snaptree-0.1-sources.jar | 29 KB |
snaptree-0.1-javadoc.jar | 59 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |