Categories |
CategoriesJPMML Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdorg.jpmml |
ArtifactId | ArtifactIdjpmml-model |
Version | Version1.2.17 |
Type | Typepom |
Filename | Size |
---|---|
jpmml-model-1.2.17.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jpmml/jpmml-model/ -->
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-model</artifactId>
<version>1.2.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jpmml/jpmml-model/
implementation 'org.jpmml:jpmml-model:1.2.17'
// https://jarcasting.com/artifacts/org.jpmml/jpmml-model/
implementation ("org.jpmml:jpmml-model:1.2.17")
'org.jpmml:jpmml-model:pom:1.2.17'
<dependency org="org.jpmml" name="jpmml-model" rev="1.2.17">
<artifact name="jpmml-model" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jpmml', module='jpmml-model', version='1.2.17')
)
libraryDependencies += "org.jpmml" % "jpmml-model" % "1.2.17"
[org.jpmml/jpmml-model "1.2.17"]