GroupId | GroupIdorg.kie.kogito.examples |
---|---|
ArtifactId | ArtifactIdprocess-springboot-example |
Version | Version0.14.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kie.kogito.examples/process-springboot-example/ -->
<dependency>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>process-springboot-example</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/process-springboot-example/
implementation 'org.kie.kogito.examples:process-springboot-example:0.14.0'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/process-springboot-example/
implementation ("org.kie.kogito.examples:process-springboot-example:0.14.0")
'org.kie.kogito.examples:process-springboot-example:jar:0.14.0'
<dependency org="org.kie.kogito.examples" name="process-springboot-example" rev="0.14.0">
<artifact name="process-springboot-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='process-springboot-example', version='0.14.0')
)
libraryDependencies += "org.kie.kogito.examples" % "process-springboot-example" % "0.14.0"
[org.kie.kogito.examples/process-springboot-example "0.14.0"]