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