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