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