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