decision-tree

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

License

License

GroupId

GroupId

com.github.hasatori
ArtifactId

ArtifactId

decision-tree
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/Hasatori/decision-tree
Source Code Management

Source Code Management

https://github.com/Hasatori/decision-tree/tree/master

Download decision-tree

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : log4j-over-slf4j jar 1.7.30
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0