не последняя версия
Последняя версия 1.1.1

com.github.hasatori:decision-tree 1.0.0

A tool for creating decision trees. It can be used to simplify long sequences of conditions.

Группа

Группа

com.github.hasatori
Идентификатор

Идентификатор

decision-tree
Версия

Версия

1.0.0
Тип

Тип

pom

Скачать decision-tree 1.0.0

Имя Файла Размер
decision-tree-1.0.0.pom 4 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.github.hasatori/decision-tree/ -->
<dependency>
    <groupId>com.github.hasatori</groupId>
    <artifactId>decision-tree</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hasatori/decision-tree/
implementation 'com.github.hasatori:decision-tree:1.0.0'
// https://jarcasting.com/artifacts/com.github.hasatori/decision-tree/
implementation ("com.github.hasatori:decision-tree:1.0.0")
'com.github.hasatori:decision-tree:pom:1.0.0'
<dependency org="com.github.hasatori" name="decision-tree" rev="1.0.0">
  <artifact name="decision-tree" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hasatori', module='decision-tree', version='1.0.0')
)
libraryDependencies += "com.github.hasatori" % "decision-tree" % "1.0.0"
[com.github.hasatori/decision-tree "1.0.0"]