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