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