| License |
License |
|---|---|
| GroupId | GroupIdio.github.fran-abril |
| ArtifactId | ArtifactIdrestponse |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionManage Responses in the Rest Layout
Alternative to javax.ws.rs.core.Response to handle all responses easily
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| 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 |
| 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 |