is not current version
Last Version 1.1.1

com.github.hasatori:decision-tree 1.0.1

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

GroupId

GroupId

com.github.hasatori
ArtifactId

ArtifactId

decision-tree
Version

Version

1.0.1
Type

Type

pom

Download decision-tree 1.0.1

Filename Size
decision-tree-1.0.1.pom 4 KB
Browse

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