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