GroupId | GroupIdorg.kie.kogito |
---|---|
ArtifactId | ArtifactIdexamples-test-utils |
Version | Version0.12.0 |
Type | Typejar |
Filename | Size |
---|---|
examples-test-utils-0.12.0.pom | |
examples-test-utils-0.12.0.jar | 28 KB |
examples-test-utils-0.12.0-sources.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.kogito/examples-test-utils/ -->
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>examples-test-utils</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito/examples-test-utils/
implementation 'org.kie.kogito:examples-test-utils:0.12.0'
// https://jarcasting.com/artifacts/org.kie.kogito/examples-test-utils/
implementation ("org.kie.kogito:examples-test-utils:0.12.0")
'org.kie.kogito:examples-test-utils:jar:0.12.0'
<dependency org="org.kie.kogito" name="examples-test-utils" rev="0.12.0">
<artifact name="examples-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito', module='examples-test-utils', version='0.12.0')
)
libraryDependencies += "org.kie.kogito" % "examples-test-utils" % "0.12.0"
[org.kie.kogito/examples-test-utils "0.12.0"]