License |
License |
---|---|
GroupId | GroupIdhu.webarticum |
ArtifactId | ArtifactIdtree-printer |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontree-printer
Simple Java library for visualizing tree structures in the command line
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tree-printer-2.0.0.pom | |
tree-printer-2.0.0.jar | 39 KB |
tree-printer-2.0.0-sources.jar | 16 KB |
tree-printer-2.0.0-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.webarticum/tree-printer/ -->
<dependency>
<groupId>hu.webarticum</groupId>
<artifactId>tree-printer</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/hu.webarticum/tree-printer/
implementation 'hu.webarticum:tree-printer:2.0.0'
// https://jarcasting.com/artifacts/hu.webarticum/tree-printer/
implementation ("hu.webarticum:tree-printer:2.0.0")
'hu.webarticum:tree-printer:jar:2.0.0'
<dependency org="hu.webarticum" name="tree-printer" rev="2.0.0">
<artifact name="tree-printer" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.webarticum', module='tree-printer', version='2.0.0')
)
libraryDependencies += "hu.webarticum" % "tree-printer" % "2.0.0"
[hu.webarticum/tree-printer "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |