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

com.github.hasatori:decision-tree 1.0.4

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

Группа

Группа

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

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

decision-tree
Версия

Версия

1.0.4
Тип

Тип

jar

Скачать decision-tree 1.0.4


<!-- 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"]