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