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