Categories |
CategoriesReporting Business Logic Libraries JPMML Machine Learning |
---|---|
GroupId | GroupIdorg.jpmml |
ArtifactId | ArtifactIdpmml-evaluator-reporting |
Version | Version1.5.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jpmml/pmml-evaluator-reporting/ -->
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-evaluator-reporting</artifactId>
<version>1.5.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jpmml/pmml-evaluator-reporting/
implementation 'org.jpmml:pmml-evaluator-reporting:1.5.8'
// https://jarcasting.com/artifacts/org.jpmml/pmml-evaluator-reporting/
implementation ("org.jpmml:pmml-evaluator-reporting:1.5.8")
'org.jpmml:pmml-evaluator-reporting:jar:1.5.8'
<dependency org="org.jpmml" name="pmml-evaluator-reporting" rev="1.5.8">
<artifact name="pmml-evaluator-reporting" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jpmml', module='pmml-evaluator-reporting', version='1.5.8')
)
libraryDependencies += "org.jpmml" % "pmml-evaluator-reporting" % "1.5.8"
[org.jpmml/pmml-evaluator-reporting "1.5.8"]