is not current version
Last Version 0.9.0

org.kie.kogito.examples:jbpm-quarkus-helloworld 0.8.1

Hello world service

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

org.kie.kogito.examples
ArtifactId

ArtifactId

jbpm-quarkus-helloworld
Version

Version

0.8.1
Type

Type

jar

Download jbpm-quarkus-helloworld 0.8.1


<!-- 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.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/jbpm-quarkus-helloworld/
implementation 'org.kie.kogito.examples:jbpm-quarkus-helloworld:0.8.1'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/jbpm-quarkus-helloworld/
implementation ("org.kie.kogito.examples:jbpm-quarkus-helloworld:0.8.1")
'org.kie.kogito.examples:jbpm-quarkus-helloworld:jar:0.8.1'
<dependency org="org.kie.kogito.examples" name="jbpm-quarkus-helloworld" rev="0.8.1">
  <artifact name="jbpm-quarkus-helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='jbpm-quarkus-helloworld', version='0.8.1')
)
libraryDependencies += "org.kie.kogito.examples" % "jbpm-quarkus-helloworld" % "0.8.1"
[org.kie.kogito.examples/jbpm-quarkus-helloworld "0.8.1"]