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