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