Categories |
CategoriesGlassFish Container Application Servers JSON Data Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdjson-with-padding |
Version | Version2.15 |
Type | Typejar |
Filename | Size |
---|---|
json-with-padding-2.15.pom | |
json-with-padding-2.15.jar | 6 KB |
json-with-padding-2.15-sources.jar | 5 KB |
json-with-padding-2.15-project-src.zip | 15 KB |
json-with-padding-2.15-javadoc.jar | 34 KB |
Browse |
<!-- 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.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/json-with-padding/
implementation 'org.glassfish.jersey.examples:json-with-padding:2.15'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/json-with-padding/
implementation ("org.glassfish.jersey.examples:json-with-padding:2.15")
'org.glassfish.jersey.examples:json-with-padding:jar:2.15'
<dependency org="org.glassfish.jersey.examples" name="json-with-padding" rev="2.15">
<artifact name="json-with-padding" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='json-with-padding', version='2.15')
)
libraryDependencies += "org.glassfish.jersey.examples" % "json-with-padding" % "2.15"
[org.glassfish.jersey.examples/json-with-padding "2.15"]