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