GroupId | GroupIdorg.raml.jaxrs |
---|---|
ArtifactId | ArtifactIdjaxrs-test-resources |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jaxrs-test-resources-2.1.0.pom | |
jaxrs-test-resources-2.1.0.jar | 22 KB |
jaxrs-test-resources-2.1.0-sources.jar | 27 KB |
jaxrs-test-resources-2.1.0-javadoc.jar | 209 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-test-resources/
implementation 'org.raml.jaxrs:jaxrs-test-resources:2.1.0'
// https://jarcasting.com/artifacts/org.raml.jaxrs/jaxrs-test-resources/
implementation ("org.raml.jaxrs:jaxrs-test-resources:2.1.0")
'org.raml.jaxrs:jaxrs-test-resources:jar:2.1.0'
<dependency org="org.raml.jaxrs" name="jaxrs-test-resources" rev="2.1.0">
<artifact name="jaxrs-test-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml.jaxrs', module='jaxrs-test-resources', version='2.1.0')
)
libraryDependencies += "org.raml.jaxrs" % "jaxrs-test-resources" % "2.1.0"
[org.raml.jaxrs/jaxrs-test-resources "2.1.0"]