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