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