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