is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:json-with-padding 2.20

Jersey JSON with Padding example.

Categories

Categories

GlassFish Container Application Servers JSON Data Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

json-with-padding
Version

Version

2.20
Type

Type

jar

Download json-with-padding 2.20


<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/json-with-padding/ -->
<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>json-with-padding</artifactId>
    <version>2.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/json-with-padding/
implementation 'org.glassfish.jersey.examples:json-with-padding:2.20'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/json-with-padding/
implementation ("org.glassfish.jersey.examples:json-with-padding:2.20")
'org.glassfish.jersey.examples:json-with-padding:jar:2.20'
<dependency org="org.glassfish.jersey.examples" name="json-with-padding" rev="2.20">
  <artifact name="json-with-padding" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='json-with-padding', version='2.20')
)
libraryDependencies += "org.glassfish.jersey.examples" % "json-with-padding" % "2.20"
[org.glassfish.jersey.examples/json-with-padding "2.20"]