is not current version
Last Version 0.2.5

com.scalified:tree 0.2.1

Tree Data Structure Java Library

GroupId

GroupId

com.scalified
ArtifactId

ArtifactId

tree
Version

Version

0.2.1
Type

Type

jar

Download tree 0.2.1


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