a

albero-repositories-classpath

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.
https://github.com/Albero/Albero
The Apache Software License, Version 2.0
Paul van den Berg
文件下载
文件名 操作
albero-repositories-classpath-0.2.jar 下载
albero-repositories-classpath-0.2.pom 下载
albero-repositories-classpath-0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>nl.trivento.albero</groupId>
  <artifactId>albero-repositories-classpath</artifactId>
  <version>0.2</version>
</dependency>
Gradle Groovy
implementation 'nl.trivento.albero:albero-repositories-classpath:0.2'
Gradle Kotlin
implementation("nl.trivento.albero:albero-repositories-classpath:0.2")
Scala SBT
libraryDependencies += "nl.trivento.albero" % "albero-repositories-classpath" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='nl.trivento.albero', module='albero-repositories-classpath', version='0.2')
)
Apache Ivy
<dependency org="nl.trivento.albero" name="albero-repositories-classpath" rev="0.2" />
Leiningen
[nl.trivento.albero/albero-repositories-classpath "0.2"]
Apache Buildr
'nl.trivento.albero:albero-repositories-classpath:jar:0.2'