Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdxml-moxy |
Version | Version2.10 |
Type | Typejar |
Filename | Size |
---|---|
xml-moxy-2.10.pom | |
xml-moxy-2.10.jar | 9 KB |
xml-moxy-2.10-sources.jar | 8 KB |
xml-moxy-2.10-project-src.zip | 16 KB |
xml-moxy-2.10-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/xml-moxy/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>xml-moxy</artifactId>
<version>2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/xml-moxy/
implementation 'org.glassfish.jersey.examples:xml-moxy:2.10'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/xml-moxy/
implementation ("org.glassfish.jersey.examples:xml-moxy:2.10")
'org.glassfish.jersey.examples:xml-moxy:jar:2.10'
<dependency org="org.glassfish.jersey.examples" name="xml-moxy" rev="2.10">
<artifact name="xml-moxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='xml-moxy', version='2.10')
)
libraryDependencies += "org.glassfish.jersey.examples" % "xml-moxy" % "2.10"
[org.glassfish.jersey.examples/xml-moxy "2.10"]