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