Last Version

Tree Printers for Kotlin 2.1.0

A set of pretty printers for trees, any trees.

License

License

GroupId

GroupId

com.github.oowekyala.treeutils
ArtifactId

ArtifactId

tree-printers
Version

Version

2.1.0
Type

Type

jar
Description

Description

Tree Printers for Kotlin
A set of pretty printers for trees, any trees.
Project URL

Project URL

https://github.com/oowekyala/kt-tree-matchers
Source Code Management

Source Code Management

https://github.com/oowekyala/kt-tree-matchers

Download tree-printers 2.1.0


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

Dependencies

provided (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.3.10

Project Modules

There are no modules declared in this project.