не последняя версия
Последняя версия 3.1.0-M3

org.glassfish.jersey.examples:xml-moxy 2.4.1


Категории

Категории

GlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

org.glassfish.jersey.examples
Идентификатор

Идентификатор

xml-moxy
Версия

Версия

2.4.1
Тип

Тип

jar

Скачать xml-moxy 2.4.1


<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/xml-moxy/ -->
<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>xml-moxy</artifactId>
    <version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/xml-moxy/
implementation 'org.glassfish.jersey.examples:xml-moxy:2.4.1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/xml-moxy/
implementation ("org.glassfish.jersey.examples:xml-moxy:2.4.1")
'org.glassfish.jersey.examples:xml-moxy:jar:2.4.1'
<dependency org="org.glassfish.jersey.examples" name="xml-moxy" rev="2.4.1">
  <artifact name="xml-moxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='xml-moxy', version='2.4.1')
)
libraryDependencies += "org.glassfish.jersey.examples" % "xml-moxy" % "2.4.1"
[org.glassfish.jersey.examples/xml-moxy "2.4.1"]