is not current version
Last Version 0.2.5

com.scalified:tree 0.2.4

Tree Data Structure Java Library

GroupId

GroupId

com.scalified
ArtifactId

ArtifactId

tree
Version

Version

0.2.4
Type

Type

jar

Download tree 0.2.4


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