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