| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGroovy Языки программирования |
| Группа | Группаnl.trivento.albero |
| Идентификатор | Идентификаторalbero-parsers-groovy |
| Последняя версия | Последняя версия0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAlbero
A bank decides using various criteria whether a customer wil receive a loan. An insurer uses specific information to determine which insurance product is most suitable for its customer.
A municipality makes decisions based on yet other information, to determine whether it will grant permits or if a citizen is entitled to a public transport pass. Decision trees are frequently used in order to make such decisions or recommendations.
Albero is a new generation decision tree solution. It is simple, fast, and flexible. Further, Albero is easily adaptable and can integrate easily into any environment.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| albero-parsers-groovy-0.2.pom | |
| albero-parsers-groovy-0.2.jar | 194 KB |
| albero-parsers-groovy-0.2-sources.jar | 26 KB |
| albero-parsers-groovy-0.2-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/nl.trivento.albero/albero-parsers-groovy/ -->
<dependency>
<groupId>nl.trivento.albero</groupId>
<artifactId>albero-parsers-groovy</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/nl.trivento.albero/albero-parsers-groovy/
implementation 'nl.trivento.albero:albero-parsers-groovy:0.2'
// https://jarcasting.com/artifacts/nl.trivento.albero/albero-parsers-groovy/
implementation ("nl.trivento.albero:albero-parsers-groovy:0.2")
'nl.trivento.albero:albero-parsers-groovy:jar:0.2'
<dependency org="nl.trivento.albero" name="albero-parsers-groovy" rev="0.2">
<artifact name="albero-parsers-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.trivento.albero', module='albero-parsers-groovy', version='0.2')
)
libraryDependencies += "nl.trivento.albero" % "albero-parsers-groovy" % "0.2"
[nl.trivento.albero/albero-parsers-groovy "0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| nl.trivento.albero : albero-engine | jar | 0.2 |
| nl.trivento.albero : albero-common | jar | 0.2 |
| nl.trivento.albero : albero-model | jar | 0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-nop | jar | 1.6.2 |
| org.testng : testng | jar | 6.2 |