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