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