| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.hasatori |
| Идентификатор | Идентификаторdecision-tree |
| Последняя версия | Последняя версия1.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеdecision-tree
A tool for creating decision trees. It can be used to simplify long sequences of conditions.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| decision-tree-1.1.1.pom | |
| decision-tree-1.1.1.jar | 18 KB |
| decision-tree-1.1.1-sources.jar | 7 KB |
| decision-tree-1.1.1-javadoc.jar | 79 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : log4j-over-slf4j | jar | 1.7.30 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |