j

jpmml

Java API for managing and evaluating models in Predictive Model Markup Language (PMML)
http://www.jpmml.org
New BSD License
University of Tartu
Villu Ruusmann Sulev Sild
Files download
File Operation
jpmml-1.0.4.pom download
Apache Maven
<dependency>
  <groupId>org.jpmml</groupId>
  <artifactId>jpmml</artifactId>
  <version>1.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jpmml:jpmml:1.0.4'
Gradle Kotlin
implementation("org.jpmml:jpmml:1.0.4")
Scala SBT
libraryDependencies += "org.jpmml" % "jpmml" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.jpmml', module='jpmml', version='1.0.4')
)
Apache Ivy
<dependency org="org.jpmml" name="jpmml" rev="1.0.4" />
Leiningen
[org.jpmml/jpmml "1.0.4"]
Apache Buildr
'org.jpmml:jpmml:jar:1.0.4'