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