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