License |
License |
---|---|
GroupId | GroupIdio.zeebe |
ArtifactId | ArtifactIdzeebe-qa-integration-tests |
Version | Version1.0.0-alpha7 |
Type | Typejar |
Description |
DescriptionZeebe QA Integration Tests
This pom defines the required plugins and profiles to allow a camunda release build.
Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-qa-integration-tests/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-qa-integration-tests</artifactId>
<version>1.0.0-alpha7</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-qa-integration-tests/
implementation 'io.zeebe:zeebe-qa-integration-tests:1.0.0-alpha7'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-qa-integration-tests/
implementation ("io.zeebe:zeebe-qa-integration-tests:1.0.0-alpha7")
'io.zeebe:zeebe-qa-integration-tests:jar:1.0.0-alpha7'
<dependency org="io.zeebe" name="zeebe-qa-integration-tests" rev="1.0.0-alpha7">
<artifact name="zeebe-qa-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-qa-integration-tests', version='1.0.0-alpha7')
)
libraryDependencies += "io.zeebe" % "zeebe-qa-integration-tests" % "1.0.0-alpha7"
[io.zeebe/zeebe-qa-integration-tests "1.0.0-alpha7"]