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