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