License |
License |
---|---|
GroupId | GroupIdcom.mattunderscore.tree.root |
ArtifactId | ArtifactIdlinked-tree |
Version | Version0.0.9 |
Type | Typejar |
Description |
DescriptionTree Root linked tree
Mutable, thread-unsafe tree.
|
Filename | Size |
---|---|
linked-tree-0.0.9.pom | |
linked-tree-0.0.9.jar | 10 KB |
linked-tree-0.0.9-sources.jar | 4 KB |
linked-tree-0.0.9-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mattunderscore.tree.root/linked-tree/ -->
<dependency>
<groupId>com.mattunderscore.tree.root</groupId>
<artifactId>linked-tree</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.mattunderscore.tree.root/linked-tree/
implementation 'com.mattunderscore.tree.root:linked-tree:0.0.9'
// https://jarcasting.com/artifacts/com.mattunderscore.tree.root/linked-tree/
implementation ("com.mattunderscore.tree.root:linked-tree:0.0.9")
'com.mattunderscore.tree.root:linked-tree:jar:0.0.9'
<dependency org="com.mattunderscore.tree.root" name="linked-tree" rev="0.0.9">
<artifact name="linked-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mattunderscore.tree.root', module='linked-tree', version='0.0.9')
)
libraryDependencies += "com.mattunderscore.tree.root" % "linked-tree" % "0.0.9"
[com.mattunderscore.tree.root/linked-tree "0.0.9"]
Group / Artifact | Type | Version |
---|---|---|
com.mattunderscore.tree.root : trees-api | jar | 0.0.9 |
com.mattunderscore.tree.root : trees-basic-nodes | jar | 0.0.9 |
com.mattunderscore.tree.root : trees-spi | jar | 0.0.9 |
com.mattunderscore.tree.root : trees-utilities | jar | 0.0.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |