GroupId | GroupIdorg.apache.rave.integration-tests |
---|---|
ArtifactId | ArtifactIdrave-default-account-tests |
Version | Version0.19 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.rave.integration-tests/rave-default-account-tests/ -->
<dependency>
<groupId>org.apache.rave.integration-tests</groupId>
<artifactId>rave-default-account-tests</artifactId>
<version>0.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.rave.integration-tests/rave-default-account-tests/
implementation 'org.apache.rave.integration-tests:rave-default-account-tests:0.19'
// https://jarcasting.com/artifacts/org.apache.rave.integration-tests/rave-default-account-tests/
implementation ("org.apache.rave.integration-tests:rave-default-account-tests:0.19")
'org.apache.rave.integration-tests:rave-default-account-tests:jar:0.19'
<dependency org="org.apache.rave.integration-tests" name="rave-default-account-tests" rev="0.19">
<artifact name="rave-default-account-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.rave.integration-tests', module='rave-default-account-tests', version='0.19')
)
libraryDependencies += "org.apache.rave.integration-tests" % "rave-default-account-tests" % "0.19"
[org.apache.rave.integration-tests/rave-default-account-tests "0.19"]