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

com.github.hasatori:decision-tree 1.1.0

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

Группа

Группа

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

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

decision-tree
Версия

Версия

1.1.0
Тип

Тип

jar

Скачать decision-tree 1.1.0


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