Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdorg.kie.kogito |
ArtifactId | ArtifactIdpmml-quarkus-example |
Version | Version0.17.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kie.kogito/pmml-quarkus-example/ -->
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>pmml-quarkus-example</artifactId>
<version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito/pmml-quarkus-example/
implementation 'org.kie.kogito:pmml-quarkus-example:0.17.0'
// https://jarcasting.com/artifacts/org.kie.kogito/pmml-quarkus-example/
implementation ("org.kie.kogito:pmml-quarkus-example:0.17.0")
'org.kie.kogito:pmml-quarkus-example:jar:0.17.0'
<dependency org="org.kie.kogito" name="pmml-quarkus-example" rev="0.17.0">
<artifact name="pmml-quarkus-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito', module='pmml-quarkus-example', version='0.17.0')
)
libraryDependencies += "org.kie.kogito" % "pmml-quarkus-example" % "0.17.0"
[org.kie.kogito/pmml-quarkus-example "0.17.0"]