| GroupId | GroupIdorg.tinygroup |
|---|---|
| ArtifactId | ArtifactIdorg.tinygroup.wdTree |
| Version | Version2.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| org.tinygroup.wdTree-2.0.0.pom | |
| org.tinygroup.wdTree-2.0.0.jar | 57 KB |
| org.tinygroup.wdTree-2.0.0-tests.jar | 1 KB |
| org.tinygroup.wdTree-2.0.0-sources.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.wdTree/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.wdTree</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.wdTree/
implementation 'org.tinygroup:org.tinygroup.wdTree:2.0.0'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.wdTree/
implementation ("org.tinygroup:org.tinygroup.wdTree:2.0.0")
'org.tinygroup:org.tinygroup.wdTree:jar:2.0.0'
<dependency org="org.tinygroup" name="org.tinygroup.wdTree" rev="2.0.0">
<artifact name="org.tinygroup.wdTree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.wdTree', version='2.0.0')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.wdTree" % "2.0.0"
[org.tinygroup/org.tinygroup.wdTree "2.0.0"]