j

jpmml-model

Java class model API for Predictive Model Markup Language (PMML)
http://www.jpmml.org
BSD 3-Clause License
University of Tartu
Villu Ruusmann
文件下载
文件名 操作
jpmml-model-1.2.15.pom 下载
Apache Maven
<dependency>
  <groupId>org.jpmml</groupId>
  <artifactId>jpmml-model</artifactId>
  <version>1.2.15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jpmml:jpmml-model:1.2.15'
Gradle Kotlin
implementation("org.jpmml:jpmml-model:1.2.15")
Scala SBT
libraryDependencies += "org.jpmml" % "jpmml-model" % "1.2.15"
Groovy Grape
@Grapes(
  @Grab(group='org.jpmml', module='jpmml-model', version='1.2.15')
)
Apache Ivy
<dependency org="org.jpmml" name="jpmml-model" rev="1.2.15" />
Leiningen
[org.jpmml/jpmml-model "1.2.15"]
Apache Buildr
'org.jpmml:jpmml-model:jar:1.2.15'