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