License |
License |
---|---|
Categories |
CategoriesJPMML Business Logic Libraries Machine Learning |
GroupId | GroupIdorg.jpmml |
ArtifactId | ArtifactIdjpmml-converter |
Version | Version1.5.2 |
Type | Typepom |
Description |
DescriptionJPMML-Converter
Java library for authoring PMML
|
Project URL |
Project URL |
Filename | Size |
---|---|
jpmml-converter-1.5.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jpmml/jpmml-converter/ -->
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-converter</artifactId>
<version>1.5.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jpmml/jpmml-converter/
implementation 'org.jpmml:jpmml-converter:1.5.2'
// https://jarcasting.com/artifacts/org.jpmml/jpmml-converter/
implementation ("org.jpmml:jpmml-converter:1.5.2")
'org.jpmml:jpmml-converter:pom:1.5.2'
<dependency org="org.jpmml" name="jpmml-converter" rev="1.5.2">
<artifact name="jpmml-converter" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jpmml', module='jpmml-converter', version='1.5.2')
)
libraryDependencies += "org.jpmml" % "jpmml-converter" % "1.5.2"
[org.jpmml/jpmml-converter "1.5.2"]