GroupId | GroupIdorg.apache.rampart |
---|---|
ArtifactId | ArtifactIdrampart-tests |
Version | Version1.6.1 |
Type | Typejar |
Filename | Size |
---|---|
rampart-tests-1.6.1.pom | |
rampart-tests-1.6.1.jar | 8 KB |
rampart-tests-1.6.1-sources.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.rampart/rampart-tests/ -->
<dependency>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart-tests</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.rampart/rampart-tests/
implementation 'org.apache.rampart:rampart-tests:1.6.1'
// https://jarcasting.com/artifacts/org.apache.rampart/rampart-tests/
implementation ("org.apache.rampart:rampart-tests:1.6.1")
'org.apache.rampart:rampart-tests:jar:1.6.1'
<dependency org="org.apache.rampart" name="rampart-tests" rev="1.6.1">
<artifact name="rampart-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.rampart', module='rampart-tests', version='1.6.1')
)
libraryDependencies += "org.apache.rampart" % "rampart-tests" % "1.6.1"
[org.apache.rampart/rampart-tests "1.6.1"]