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