p

pmml-model

JPMML class model
BSD 3-Clause License
文件下载
文件名 操作
pmml-model-1.5.5.jar 下载
pmml-model-1.5.5.pom 下载
pmml-model-1.5.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jpmml</groupId>
  <artifactId>pmml-model</artifactId>
  <version>1.5.5</version>
</dependency>
Gradle Groovy
implementation 'org.jpmml:pmml-model:1.5.5'
Gradle Kotlin
implementation("org.jpmml:pmml-model:1.5.5")
Scala SBT
libraryDependencies += "org.jpmml" % "pmml-model" % "1.5.5"
Groovy Grape
@Grapes(
  @Grab(group='org.jpmml', module='pmml-model', version='1.5.5')
)
Apache Ivy
<dependency org="org.jpmml" name="pmml-model" rev="1.5.5" />
Leiningen
[org.jpmml/pmml-model "1.5.5"]
Apache Buildr
'org.jpmml:pmml-model:jar:1.5.5'