| Categories |
CategoriesJPMML Business Logic Libraries Machine Learning |
|---|---|
| GroupId | GroupIdorg.jpmml |
| ArtifactId | ArtifactIdjpmml-converter |
| Version | Version1.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jpmml-converter-1.4.0.pom | |
| jpmml-converter-1.4.0.jar | 144 KB |
| jpmml-converter-1.4.0-sources.jar | 94 KB |
| jpmml-converter-1.4.0-javadoc.jar | 398 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jpmml/jpmml-converter/ -->
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-converter</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jpmml/jpmml-converter/
implementation 'org.jpmml:jpmml-converter:1.4.0'
// https://jarcasting.com/artifacts/org.jpmml/jpmml-converter/
implementation ("org.jpmml:jpmml-converter:1.4.0")
'org.jpmml:jpmml-converter:jar:1.4.0'
<dependency org="org.jpmml" name="jpmml-converter" rev="1.4.0">
<artifact name="jpmml-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jpmml', module='jpmml-converter', version='1.4.0')
)
libraryDependencies += "org.jpmml" % "jpmml-converter" % "1.4.0"
[org.jpmml/jpmml-converter "1.4.0"]