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