| Categories |
CategoriesJPMML Business Logic Libraries Machine Learning |
|---|---|
| GroupId | GroupIdorg.jpmml |
| ArtifactId | ArtifactIdpmml-model |
| Version | Version1.0.21 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pmml-model-1.0.21.pom | |
| pmml-model-1.0.21.jar | 602 KB |
| pmml-model-1.0.21-tests.jar | 4 KB |
| pmml-model-1.0.21-sources.jar | 449 KB |
| pmml-model-1.0.21-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jpmml/pmml-model/ -->
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-model</artifactId>
<version>1.0.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.jpmml/pmml-model/
implementation 'org.jpmml:pmml-model:1.0.21'
// https://jarcasting.com/artifacts/org.jpmml/pmml-model/
implementation ("org.jpmml:pmml-model:1.0.21")
'org.jpmml:pmml-model:jar:1.0.21'
<dependency org="org.jpmml" name="pmml-model" rev="1.0.21">
<artifact name="pmml-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jpmml', module='pmml-model', version='1.0.21')
)
libraryDependencies += "org.jpmml" % "pmml-model" % "1.0.21"
[org.jpmml/pmml-model "1.0.21"]