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