Categories |
CategoriesGlassFish Container Application Servers JSON Data Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdjson-with-padding |
Version | Version3.1.0-M1 |
Type | Typejar |
Filename | Size |
---|---|
json-with-padding-3.1.0-M1.pom | |
json-with-padding-3.1.0-M1.jar | 19 KB |
json-with-padding-3.1.0-M1-sources.jar | 18 KB |
json-with-padding-3.1.0-M1-javadoc.jar | 406 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>3.1.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/json-with-padding/
implementation 'org.glassfish.jersey.examples:json-with-padding:3.1.0-M1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/json-with-padding/
implementation ("org.glassfish.jersey.examples:json-with-padding:3.1.0-M1")
'org.glassfish.jersey.examples:json-with-padding:jar:3.1.0-M1'
<dependency org="org.glassfish.jersey.examples" name="json-with-padding" rev="3.1.0-M1">
<artifact name="json-with-padding" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='json-with-padding', version='3.1.0-M1')
)
libraryDependencies += "org.glassfish.jersey.examples" % "json-with-padding" % "3.1.0-M1"
[org.glassfish.jersey.examples/json-with-padding "3.1.0-M1"]