is not current version
Last Version 2.1.0

com.github.oowekyala.treeutils:tree-matchers 2.0

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

GroupId

GroupId

com.github.oowekyala.treeutils
ArtifactId

ArtifactId

tree-matchers
Version

Version

2.0
Type

Type

jar

Download tree-matchers 2.0


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