Jar examples for s:snaptree
The reference implementation of SnapTree, a concurrent AVL tree with fast cloning, snapshots, and consistent iteration.
You can download jar file snaptree 0.1 in this page.
SNAPTREE LICENSE
You can use the following script to add snaptree-0.1.jar to your project.
<dependency> <groupId>edu.stanford.ppl</groupId> <artifactId>snaptree</artifactId> <version>0.1</version> </dependency>
compile group: 'edu.stanford.ppl', name: 'snaptree', version: '0.1'
libraryDependencies += "edu.stanford.ppl" % "snaptree" % "0.1"
<dependency org="edu.stanford.ppl" name="snaptree" rev="0.1"/>
@Grapes(@Grab(group='edu.stanford.ppl', module='snaptree', version='0.1'))
'edu.stanford.ppl:snaptree:jar:0.1'
Click the following link to download the jar file.
snaptree-0.1-javadoc.jar