GroupId | GroupIdorg.ow2.orchestra |
---|---|
ArtifactId | ArtifactIdorchestra-integration-tests |
Version | Version4.7.1 |
Type | Typepom |
Filename | Size |
---|---|
orchestra-integration-tests-4.7.1.pom | 772 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.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-integration-tests/
implementation 'org.ow2.orchestra:orchestra-integration-tests:4.7.1'
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-integration-tests/
implementation ("org.ow2.orchestra:orchestra-integration-tests:4.7.1")
'org.ow2.orchestra:orchestra-integration-tests:pom:4.7.1'
<dependency org="org.ow2.orchestra" name="orchestra-integration-tests" rev="4.7.1">
<artifact name="orchestra-integration-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra', module='orchestra-integration-tests', version='4.7.1')
)
libraryDependencies += "org.ow2.orchestra" % "orchestra-integration-tests" % "4.7.1"
[org.ow2.orchestra/orchestra-integration-tests "4.7.1"]