is not current version
Last Version 1.23.0.Final

org.kie.kogito.examples:process-error-handling 1.22.0.Final

Kogito scripts invocation - Quarkus

GroupId

GroupId

org.kie.kogito.examples
ArtifactId

ArtifactId

process-error-handling
Version

Version

1.22.0.Final
Type

Type

jar

Download process-error-handling 1.22.0.Final


<!-- https://jarcasting.com/artifacts/org.kie.kogito.examples/process-error-handling/ -->
<dependency>
    <groupId>org.kie.kogito.examples</groupId>
    <artifactId>process-error-handling</artifactId>
    <version>1.22.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/process-error-handling/
implementation 'org.kie.kogito.examples:process-error-handling:1.22.0.Final'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/process-error-handling/
implementation ("org.kie.kogito.examples:process-error-handling:1.22.0.Final")
'org.kie.kogito.examples:process-error-handling:jar:1.22.0.Final'
<dependency org="org.kie.kogito.examples" name="process-error-handling" rev="1.22.0.Final">
  <artifact name="process-error-handling" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='process-error-handling', version='1.22.0.Final')
)
libraryDependencies += "org.kie.kogito.examples" % "process-error-handling" % "1.22.0.Final"
[org.kie.kogito.examples/process-error-handling "1.22.0.Final"]