Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.paradoxical |
ArtifactId | ArtifactIdjersey-extras |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
jersey-extras-1.0.pom | |
jersey-extras-1.0.jar | 12 KB |
jersey-extras-1.0-sources.jar | 6 KB |
jersey-extras-1.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.paradoxical/jersey-extras/ -->
<dependency>
<groupId>io.paradoxical</groupId>
<artifactId>jersey-extras</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.paradoxical/jersey-extras/
implementation 'io.paradoxical:jersey-extras:1.0'
// https://jarcasting.com/artifacts/io.paradoxical/jersey-extras/
implementation ("io.paradoxical:jersey-extras:1.0")
'io.paradoxical:jersey-extras:jar:1.0'
<dependency org="io.paradoxical" name="jersey-extras" rev="1.0">
<artifact name="jersey-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.paradoxical', module='jersey-extras', version='1.0')
)
libraryDependencies += "io.paradoxical" % "jersey-extras" % "1.0"
[io.paradoxical/jersey-extras "1.0"]