| Группа | Группаcom.github.hasatori |
|---|---|
| Идентификатор | Идентификаторdecision-tree |
| Версия | Версия1.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| decision-tree-1.1.0.pom | |
| decision-tree-1.1.0.jar | 13 KB |
| decision-tree-1.1.0-sources.jar | 5 KB |
| decision-tree-1.1.0-javadoc.jar | 65 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hasatori/decision-tree/ -->
<dependency>
<groupId>com.github.hasatori</groupId>
<artifactId>decision-tree</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hasatori/decision-tree/
implementation 'com.github.hasatori:decision-tree:1.1.0'
// https://jarcasting.com/artifacts/com.github.hasatori/decision-tree/
implementation ("com.github.hasatori:decision-tree:1.1.0")
'com.github.hasatori:decision-tree:jar:1.1.0'
<dependency org="com.github.hasatori" name="decision-tree" rev="1.1.0">
<artifact name="decision-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hasatori', module='decision-tree', version='1.1.0')
)
libraryDependencies += "com.github.hasatori" % "decision-tree" % "1.1.0"
[com.github.hasatori/decision-tree "1.1.0"]