Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.atteo.moonshine |
ArtifactId | ArtifactIdjersey |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
jersey-1.1.pom | |
jersey-1.1.jar | 10 KB |
jersey-1.1-sources.jar | 3 KB |
jersey-1.1-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/jersey/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>jersey</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/jersey/
implementation 'org.atteo.moonshine:jersey:1.1'
// https://jarcasting.com/artifacts/org.atteo.moonshine/jersey/
implementation ("org.atteo.moonshine:jersey:1.1")
'org.atteo.moonshine:jersey:jar:1.1'
<dependency org="org.atteo.moonshine" name="jersey" rev="1.1">
<artifact name="jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='jersey', version='1.1')
)
libraryDependencies += "org.atteo.moonshine" % "jersey" % "1.1"
[org.atteo.moonshine/jersey "1.1"]