Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdorg.kie.kogito.examples |
ArtifactId | ArtifactIdjbpm-quarkus-helloworld |
Version | Version0.8.1 |
Type | Typejar |
<!-- 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"]