GroupId | GroupIdorg.apache.rave.integration-tests |
---|---|
ArtifactId | ArtifactIdrave-integration-tests |
Version | Version0.16 |
Type | Typepom |
Filename | Size |
---|---|
rave-integration-tests-0.16.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.rave.integration-tests/rave-integration-tests/ -->
<dependency>
<groupId>org.apache.rave.integration-tests</groupId>
<artifactId>rave-integration-tests</artifactId>
<version>0.16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.rave.integration-tests/rave-integration-tests/
implementation 'org.apache.rave.integration-tests:rave-integration-tests:0.16'
// https://jarcasting.com/artifacts/org.apache.rave.integration-tests/rave-integration-tests/
implementation ("org.apache.rave.integration-tests:rave-integration-tests:0.16")
'org.apache.rave.integration-tests:rave-integration-tests:pom:0.16'
<dependency org="org.apache.rave.integration-tests" name="rave-integration-tests" rev="0.16">
<artifact name="rave-integration-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.rave.integration-tests', module='rave-integration-tests', version='0.16')
)
libraryDependencies += "org.apache.rave.integration-tests" % "rave-integration-tests" % "0.16"
[org.apache.rave.integration-tests/rave-integration-tests "0.16"]