License |
License |
---|---|
GroupId | GroupIdcom.mattunderscore.tree.root |
ArtifactId | ArtifactIdstring-trees |
Version | Version0.0.9 |
Type | Typejar |
Description |
DescriptionString tree support
Provides support specifically for string based trees and nodes.
|
Filename | Size |
---|---|
string-trees-0.0.9.pom | |
string-trees-0.0.9.jar | 3 KB |
string-trees-0.0.9-sources.jar | 2 KB |
string-trees-0.0.9-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mattunderscore.tree.root/string-trees/ -->
<dependency>
<groupId>com.mattunderscore.tree.root</groupId>
<artifactId>string-trees</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.mattunderscore.tree.root/string-trees/
implementation 'com.mattunderscore.tree.root:string-trees:0.0.9'
// https://jarcasting.com/artifacts/com.mattunderscore.tree.root/string-trees/
implementation ("com.mattunderscore.tree.root:string-trees:0.0.9")
'com.mattunderscore.tree.root:string-trees:jar:0.0.9'
<dependency org="com.mattunderscore.tree.root" name="string-trees" rev="0.0.9">
<artifact name="string-trees" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mattunderscore.tree.root', module='string-trees', version='0.0.9')
)
libraryDependencies += "com.mattunderscore.tree.root" % "string-trees" % "0.0.9"
[com.mattunderscore.tree.root/string-trees "0.0.9"]
Group / Artifact | Type | Version |
---|---|---|
com.mattunderscore.tree.root : trees-immutable | jar | 0.0.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |