| GroupId | GroupIdcom.github.oowekyala.treeutils |
|---|---|
| ArtifactId | ArtifactIdtree-printers |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tree-printers-2.0.1.pom | |
| tree-printers-2.0.1.jar | 28 KB |
| tree-printers-2.0.1-sources.jar | 8 KB |
| tree-printers-2.0.1-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.oowekyala.treeutils/tree-printers/ -->
<dependency>
<groupId>com.github.oowekyala.treeutils</groupId>
<artifactId>tree-printers</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oowekyala.treeutils/tree-printers/
implementation 'com.github.oowekyala.treeutils:tree-printers:2.0.1'
// https://jarcasting.com/artifacts/com.github.oowekyala.treeutils/tree-printers/
implementation ("com.github.oowekyala.treeutils:tree-printers:2.0.1")
'com.github.oowekyala.treeutils:tree-printers:jar:2.0.1'
<dependency org="com.github.oowekyala.treeutils" name="tree-printers" rev="2.0.1">
<artifact name="tree-printers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oowekyala.treeutils', module='tree-printers', version='2.0.1')
)
libraryDependencies += "com.github.oowekyala.treeutils" % "tree-printers" % "2.0.1"
[com.github.oowekyala.treeutils/tree-printers "2.0.1"]