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