is not current version
Last Version 2.0

io.paradoxical:jersey-extras 1.0

Jersey utilities

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

io.paradoxical
ArtifactId

ArtifactId

jersey-extras
Version

Version

1.0
Type

Type

jar

Download jersey-extras 1.0


<!-- 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"]