не последняя версия
Последняя версия 2.1.0

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

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

Группа

Группа

com.github.oowekyala.treeutils
Идентификатор

Идентификатор

tree-matchers
Версия

Версия

2.0.2
Тип

Тип

jar

Скачать tree-matchers 2.0.2


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