| Категории |
КатегорииGlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаorg.glassfish.jersey.examples |
| Идентификатор | Идентификаторxml-moxy |
| Версия | Версия2.26-b03 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xml-moxy-2.26-b03.pom | |
| xml-moxy-2.26-b03.jar | 10 KB |
| xml-moxy-2.26-b03-sources.jar | 9 KB |
| xml-moxy-2.26-b03-project-src.zip | 16 KB |
| xml-moxy-2.26-b03-javadoc.jar | 51 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/xml-moxy/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>xml-moxy</artifactId>
<version>2.26-b03</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/xml-moxy/
implementation 'org.glassfish.jersey.examples:xml-moxy:2.26-b03'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/xml-moxy/
implementation ("org.glassfish.jersey.examples:xml-moxy:2.26-b03")
'org.glassfish.jersey.examples:xml-moxy:jar:2.26-b03'
<dependency org="org.glassfish.jersey.examples" name="xml-moxy" rev="2.26-b03">
<artifact name="xml-moxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='xml-moxy', version='2.26-b03')
)
libraryDependencies += "org.glassfish.jersey.examples" % "xml-moxy" % "2.26-b03"
[org.glassfish.jersey.examples/xml-moxy "2.26-b03"]