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