GroupId | GroupIdorg.raml.jaxrs |
---|---|
ArtifactId | ArtifactIdjaxrs-test-resources |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jaxrs-test-resources-3.0.2.pom | |
jaxrs-test-resources-3.0.2.jar | 24 KB |
jaxrs-test-resources-3.0.2-sources.jar | 31 KB |
jaxrs-test-resources-3.0.2-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-test-resources/ -->
<dependency>
<groupId>org.raml.jaxrs</groupId>
<artifactId>jaxrs-test-resources</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-test-resources/
implementation 'org.raml.jaxrs:jaxrs-test-resources:3.0.2'
// https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-test-resources/
implementation ("org.raml.jaxrs:jaxrs-test-resources:3.0.2")
'org.raml.jaxrs:jaxrs-test-resources:jar:3.0.2'
<dependency org="org.raml.jaxrs" name="jaxrs-test-resources" rev="3.0.2">
<artifact name="jaxrs-test-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml.jaxrs', module='jaxrs-test-resources', version='3.0.2')
)
libraryDependencies += "org.raml.jaxrs" % "jaxrs-test-resources" % "3.0.2"
[org.raml.jaxrs/jaxrs-test-resources "3.0.2"]