License |
License |
---|---|
Categories |
CategoriesJPMML Business Logic Libraries Machine Learning |
GroupId | GroupIdorg.jpmml |
ArtifactId | ArtifactIdjpmml-model |
Last Version | Last Version1.6.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJPMML-Model
Java class model API for Predictive Model Markup Language (PMML)
|
Project URL |
Project URL |
Filename | Size |
---|---|
jpmml-model-1.6.3.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jpmml/jpmml-model/ -->
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-model</artifactId>
<version>1.6.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jpmml/jpmml-model/
implementation 'org.jpmml:jpmml-model:1.6.3'
// https://jarcasting.com/artifacts/org.jpmml/jpmml-model/
implementation ("org.jpmml:jpmml-model:1.6.3")
'org.jpmml:jpmml-model:pom:1.6.3'
<dependency org="org.jpmml" name="jpmml-model" rev="1.6.3">
<artifact name="jpmml-model" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jpmml', module='jpmml-model', version='1.6.3')
)
libraryDependencies += "org.jpmml" % "jpmml-model" % "1.6.3"
[org.jpmml/jpmml-model "1.6.3"]