License |
License |
---|---|
GroupId | GroupIdcom.mattunderscore.tree.root |
ArtifactId | ArtifactIdtrees-binary |
Version | Version0.0.9 |
Type | Typejar |
Description |
DescriptionBinary tree implementation
Implementation of binary trees
|
Filename | Size |
---|---|
trees-binary-0.0.9.pom | |
trees-binary-0.0.9.jar | 24 KB |
trees-binary-0.0.9-sources.jar | 16 KB |
trees-binary-0.0.9-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mattunderscore.tree.root/trees-binary/ -->
<dependency>
<groupId>com.mattunderscore.tree.root</groupId>
<artifactId>trees-binary</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.mattunderscore.tree.root/trees-binary/
implementation 'com.mattunderscore.tree.root:trees-binary:0.0.9'
// https://jarcasting.com/artifacts/com.mattunderscore.tree.root/trees-binary/
implementation ("com.mattunderscore.tree.root:trees-binary:0.0.9")
'com.mattunderscore.tree.root:trees-binary:jar:0.0.9'
<dependency org="com.mattunderscore.tree.root" name="trees-binary" rev="0.0.9">
<artifact name="trees-binary" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mattunderscore.tree.root', module='trees-binary', version='0.0.9')
)
libraryDependencies += "com.mattunderscore.tree.root" % "trees-binary" % "0.0.9"
[com.mattunderscore.tree.root/trees-binary "0.0.9"]
Group / Artifact | Type | Version |
---|---|---|
com.mattunderscore.tree.root : trees-api | jar | 0.0.9 |
com.mattunderscore.tree.root : trees-provider | jar | 0.0.9 |
com.mattunderscore.tree.root : trees-spi | jar | 0.0.9 |
com.mattunderscore.tree.root : trees-utilities | jar | 0.0.9 |
net.jcip : jcip-annotations | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |