GroupId | GroupIdorg.atteo.moonshine |
---|---|
ArtifactId | ArtifactIdjax-rs |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
jax-rs-1.0.pom | |
jax-rs-1.0.jar | 6 KB |
jax-rs-1.0-tests.jar | 7 KB |
jax-rs-1.0-sources.jar | 4 KB |
jax-rs-1.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/jax-rs/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>jax-rs</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/jax-rs/
implementation 'org.atteo.moonshine:jax-rs:1.0'
// https://jarcasting.com/artifacts/org.atteo.moonshine/jax-rs/
implementation ("org.atteo.moonshine:jax-rs:1.0")
'org.atteo.moonshine:jax-rs:jar:1.0'
<dependency org="org.atteo.moonshine" name="jax-rs" rev="1.0">
<artifact name="jax-rs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='jax-rs', version='1.0')
)
libraryDependencies += "org.atteo.moonshine" % "jax-rs" % "1.0"
[org.atteo.moonshine/jax-rs "1.0"]