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