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