Tree Data Structure for Java

This API allows to fill multi-children tree data structure based on a coherent input (text) or from relational database (unary relationship).

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.treeds4j
ArtifactId

ArtifactId

treeds4j
Last Version

Last Version

2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Tree Data Structure for Java
This API allows to fill multi-children tree data structure based on a coherent input (text) or from relational database (unary relationship).
Project URL

Project URL

https://sourceforge.net/projects/treeds4j
Source Code Management

Source Code Management

https://svn.code.sf.net/p/treeds4j/code/trunk/treeds4j

Download treeds4j

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.treeds4j/treeds4j/ -->
<dependency>
    <groupId>net.sf.treeds4j</groupId>
    <artifactId>treeds4j</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.treeds4j/treeds4j/
implementation 'net.sf.treeds4j:treeds4j:2.1'
// https://jarcasting.com/artifacts/net.sf.treeds4j/treeds4j/
implementation ("net.sf.treeds4j:treeds4j:2.1")
'net.sf.treeds4j:treeds4j:jar:2.1'
<dependency org="net.sf.treeds4j" name="treeds4j" rev="2.1">
  <artifact name="treeds4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.treeds4j', module='treeds4j', version='2.1')
)
libraryDependencies += "net.sf.treeds4j" % "treeds4j" % "2.1"
[net.sf.treeds4j/treeds4j "2.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-core jar 2.1
org.apache.logging.log4j : log4j-api jar 2.1
org.primefaces : primefaces jar 6.2

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
mysql : mysql-connector-java jar 6.0.6
org.apache.commons : commons-lang3 jar 3.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.1
2.0
1.1
1.0