License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdorg.kie.kogito.examples |
ArtifactId | ArtifactIdjbpm-quarkus-helloworld |
Version | Version0.9.0 |
Type | Typejar |
Description |
DescriptionKogito Example :: jBPM HelloWorld
Hello world service
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.kie.kogito.examples/jbpm-quarkus-helloworld/ -->
<dependency>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>jbpm-quarkus-helloworld</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/jbpm-quarkus-helloworld/
implementation 'org.kie.kogito.examples:jbpm-quarkus-helloworld:0.9.0'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/jbpm-quarkus-helloworld/
implementation ("org.kie.kogito.examples:jbpm-quarkus-helloworld:0.9.0")
'org.kie.kogito.examples:jbpm-quarkus-helloworld:jar:0.9.0'
<dependency org="org.kie.kogito.examples" name="jbpm-quarkus-helloworld" rev="0.9.0">
<artifact name="jbpm-quarkus-helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='jbpm-quarkus-helloworld', version='0.9.0')
)
libraryDependencies += "org.kie.kogito.examples" % "jbpm-quarkus-helloworld" % "0.9.0"
[org.kie.kogito.examples/jbpm-quarkus-helloworld "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.kie.kogito : kogito-quarkus | jar | |
org.kie.kogito : drools-decisiontables | jar | |
io.quarkus : quarkus-resteasy | jar | |
io.quarkus : quarkus-resteasy-jsonb | jar | |
io.quarkus : quarkus-arc | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5 | jar | |
io.rest-assured : rest-assured | jar |