Categories |
CategoriesGlassFish Container Application Servers JSON Data Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdjson-binding-webapp |
Version | Version2.26-b09 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/json-binding-webapp/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>json-binding-webapp</artifactId>
<version>2.26-b09</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/json-binding-webapp/
implementation 'org.glassfish.jersey.examples:json-binding-webapp:2.26-b09'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/json-binding-webapp/
implementation ("org.glassfish.jersey.examples:json-binding-webapp:2.26-b09")
'org.glassfish.jersey.examples:json-binding-webapp:war:2.26-b09'
<dependency org="org.glassfish.jersey.examples" name="json-binding-webapp" rev="2.26-b09">
<artifact name="json-binding-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='json-binding-webapp', version='2.26-b09')
)
libraryDependencies += "org.glassfish.jersey.examples" % "json-binding-webapp" % "2.26-b09"
[org.glassfish.jersey.examples/json-binding-webapp "2.26-b09"]