Last Version

Tree Matchers for Kotlin 2.1.0

A testing DSL to specify the structure of a tree in a concise and readable way.

License

License

GroupId

GroupId

com.github.oowekyala.treeutils
ArtifactId

ArtifactId

tree-matchers
Version

Version

2.1.0
Type

Type

jar
Description

Description

Tree Matchers for Kotlin
A testing DSL to specify the structure of a tree in a concise and readable way.
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-matchers 2.1.0


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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.oowekyala.treeutils : tree-printers jar 2.1.0

provided (2)

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

Project Modules

There are no modules declared in this project.