| License |
License |
|---|---|
| GroupId | GroupIdorg.dapacode.tree4j |
| ArtifactId | ArtifactIdtree4j |
| Last Version | Last Version0.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTree4J
A tree data structure for Java
|
| Project Organization |
Project OrganizationDaPaCode |
| Filename | Size |
|---|---|
| tree4j-0.9.pom | |
| tree4j-0.9.jar | 25 KB |
| tree4j-0.9-sources.jar | 12 KB |
| tree4j-0.9-javadoc.jar | 109 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dapacode.tree4j/tree4j/ -->
<dependency>
<groupId>org.dapacode.tree4j</groupId>
<artifactId>tree4j</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.dapacode.tree4j/tree4j/
implementation 'org.dapacode.tree4j:tree4j:0.9'
// https://jarcasting.com/artifacts/org.dapacode.tree4j/tree4j/
implementation ("org.dapacode.tree4j:tree4j:0.9")
'org.dapacode.tree4j:tree4j:jar:0.9'
<dependency org="org.dapacode.tree4j" name="tree4j" rev="0.9">
<artifact name="tree4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dapacode.tree4j', module='tree4j', version='0.9')
)
libraryDependencies += "org.dapacode.tree4j" % "tree4j" % "0.9"
[org.dapacode.tree4j/tree4j "0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 13.0.1 |
| com.google.code.findbugs : jsr305 Optional | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.1 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| junit : junit | jar | 4.11 |
| com.thoughtworks.xstream : xstream | jar | 1.4.3 |