GroupId | GroupIdorg.ow2.orchestra |
---|---|
ArtifactId | ArtifactIdorchestra-integration-tests |
Version | Version4.9.0-M5 |
Type | Typepom |
Filename | Size |
---|---|
orchestra-integration-tests-4.9.0-M5.pom | 783 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-integration-tests/ -->
<dependency>
<groupId>org.ow2.orchestra</groupId>
<artifactId>orchestra-integration-tests</artifactId>
<version>4.9.0-M5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-integration-tests/
implementation 'org.ow2.orchestra:orchestra-integration-tests:4.9.0-M5'
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-integration-tests/
implementation ("org.ow2.orchestra:orchestra-integration-tests:4.9.0-M5")
'org.ow2.orchestra:orchestra-integration-tests:pom:4.9.0-M5'
<dependency org="org.ow2.orchestra" name="orchestra-integration-tests" rev="4.9.0-M5">
<artifact name="orchestra-integration-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra', module='orchestra-integration-tests', version='4.9.0-M5')
)
libraryDependencies += "org.ow2.orchestra" % "orchestra-integration-tests" % "4.9.0-M5"
[org.ow2.orchestra/orchestra-integration-tests "4.9.0-M5"]