| Группа | Группаorg.tinygroup |
|---|---|
| Идентификатор | Идентификаторorg.tinygroup.wdTree |
| Версия | Версия2.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]