Manage Responses in the Rest Layout

Alternative to javax.ws.rs.core.Response to handle all responses easily

License

License

GroupId

GroupId

io.github.fran-abril
ArtifactId

ArtifactId

restponse
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Manage Responses in the Rest Layout
Alternative to javax.ws.rs.core.Response to handle all responses easily
Project URL

Project URL

https://github.com/Fran-Abril/restponse
Source Code Management

Source Code Management

https://github.com/Fran-Abril/restponse/tree/main

Download restponse

How to add to project

<!-- 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"]

Dependencies

compile (4)

Group / Artifact Type Version
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

test (3)

Group / Artifact Type Version
org.glassfish.jersey.bundles : jaxrs-ri jar 2.26
org.glassfish.jersey.core : jersey-server jar 2.26
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0