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