rest-jersey-utils

Some untility classes for Jersey

License

License

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.mercateo.rest
ArtifactId

ArtifactId

rest-jersey-utils
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

rest-jersey-utils
Some untility classes for Jersey
Project URL

Project URL

https://github.com/Mercateo/rest-jersey-utils
Project Organization

Project Organization

Mercateo AG
Source Code Management

Source Code Management

https://github.com/Mercateo/rest-jersey-utils.git

Download rest-jersey-utils

How to add to project

<!-- https://jarcasting.com/artifacts/com.mercateo.rest/rest-jersey-utils/ -->
<dependency>
    <groupId>com.mercateo.rest</groupId>
    <artifactId>rest-jersey-utils</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mercateo.rest/rest-jersey-utils/
implementation 'com.mercateo.rest:rest-jersey-utils:0.2.1'
// https://jarcasting.com/artifacts/com.mercateo.rest/rest-jersey-utils/
implementation ("com.mercateo.rest:rest-jersey-utils:0.2.1")
'com.mercateo.rest:rest-jersey-utils:jar:0.2.1'
<dependency org="com.mercateo.rest" name="rest-jersey-utils" rev="0.2.1">
  <artifact name="rest-jersey-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mercateo.rest', module='rest-jersey-utils', version='0.2.1')
)
libraryDependencies += "com.mercateo.rest" % "rest-jersey-utils" % "0.2.1"
[com.mercateo.rest/rest-jersey-utils "0.2.1"]

Dependencies

compile (7)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.11.1
javax.el : javax.el-api jar 3.0.0
org.json : json jar 20170516
org.glassfish.jersey.core : jersey-server jar
org.slf4j : slf4j-api jar 1.7.25
javax.inject : javax.inject jar 1
com.mercateo : common.rest.schemagen jar 0.19.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.14

test (8)

Group / Artifact Type Version
org.hibernate : hibernate-validator jar 5.3.5.Final
org.glassfish : javax.el jar 3.0.0
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-inmemory jar
org.mockito : mockito-core jar 1.10.19
com.google.guava : guava-testlib jar 23.0
com.tngtech.java : junit-dataprovider jar 1.10.2
org.glassfish.jersey.media : jersey-media-json-jackson jar 2.31
org.assertj : assertj-core jar 3.8.0

Project Modules

There are no modules declared in this project.

rest-jersey-utils Build Status Coverage Status MavenCentral

A package for useful java classes for jersey, including:

  • RFC-7807 compliant ExceptionMapper
  • Simple filter for CORS (see e.g. https://spring.io/understanding/CORS)
  • REST Resource for listings
  • ConstraintViolationExceptionMapper for Validation errors.

Make sure you have implementation for javax.el-api 3.0.0, for that, the following dependency can be used :

<dependency>
    <groupId>org.glassfish</groupId>
    <artifactId>javax.el</artifactId>
   <version>3.0.0</version>
</dependency>
com.mercateo.rest
the procurement platform for your business

Versions

Version
0.2.1
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.26
0.0.25
0.0.24
0.0.23
0.0.22
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
0.0.14
0.0.13
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1