GroupId | GroupIdorg.kie.kogito.examples |
---|---|
ArtifactId | ArtifactIdpr-checker-workflow |
Version | Version1.10.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kie.kogito.examples/pr-checker-workflow/ -->
<dependency>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>pr-checker-workflow</artifactId>
<version>1.10.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/pr-checker-workflow/
implementation 'org.kie.kogito.examples:pr-checker-workflow:1.10.0.Final'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/pr-checker-workflow/
implementation ("org.kie.kogito.examples:pr-checker-workflow:1.10.0.Final")
'org.kie.kogito.examples:pr-checker-workflow:jar:1.10.0.Final'
<dependency org="org.kie.kogito.examples" name="pr-checker-workflow" rev="1.10.0.Final">
<artifact name="pr-checker-workflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='pr-checker-workflow', version='1.10.0.Final')
)
libraryDependencies += "org.kie.kogito.examples" % "pr-checker-workflow" % "1.10.0.Final"
[org.kie.kogito.examples/pr-checker-workflow "1.10.0.Final"]