| License |
License |
|---|---|
| GroupId | GroupIdcom.scalified |
| ArtifactId | ArtifactIdtree |
| Version | Version0.2.5 |
| Type | Typejar |
| Description |
DescriptionTree Data Structure Java Library
Tree Data Structure Java Library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tree-0.2.5.pom | |
| tree-0.2.5.jar | 22 KB |
| tree-0.2.5-sources.jar | 17 KB |
| tree-0.2.5-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.scalified/tree/ -->
<dependency>
<groupId>com.scalified</groupId>
<artifactId>tree</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.scalified/tree/
implementation 'com.scalified:tree:0.2.5'
// https://jarcasting.com/artifacts/com.scalified/tree/
implementation ("com.scalified:tree:0.2.5")
'com.scalified:tree:jar:0.2.5'
<dependency org="com.scalified" name="tree" rev="0.2.5">
<artifact name="tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scalified', module='tree', version='0.2.5')
)
libraryDependencies += "com.scalified" % "tree" % "0.2.5"
[com.scalified/tree "0.2.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |