| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.fran-abril |
| Идентификатор | Идентификаторrestponse |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеManage Responses in the Rest Layout
Alternative to javax.ws.rs.core.Response to handle all responses easily
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| restponse-1.0.0.pom | |
| restponse-1.0.0.jar | 15 KB |
| restponse-1.0.0-sources.jar | 9 KB |
| restponse-1.0.0-javadoc.jar | 486 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.fran-abril/restponse/ -->
<dependency>
<groupId>io.github.fran-abril</groupId>
<artifactId>restponse</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fran-abril/restponse/
implementation 'io.github.fran-abril:restponse:1.0.0'
// https://jarcasting.com/artifacts/io.github.fran-abril/restponse/
implementation ("io.github.fran-abril:restponse:1.0.0")
'io.github.fran-abril:restponse:jar:1.0.0'
<dependency org="io.github.fran-abril" name="restponse" rev="1.0.0">
<artifact name="restponse" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fran-abril', module='restponse', version='1.0.0')
)
libraryDependencies += "io.github.fran-abril" % "restponse" % "1.0.0"
[io.github.fran-abril/restponse "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.fran-abril : base-exception | jar | 1.0.0 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.2 |
| javax.validation : validation-api | jar | 2.0.1.Final |
| javax.ws.rs : javax.ws.rs-api | jar | 2.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.glassfish.jersey.bundles : jaxrs-ri | jar | 2.26 |
| org.glassfish.jersey.core : jersey-server | jar | 2.26 |
| junit : junit | jar | 4.11 |