Jersey 2.0 w/ Guice

This library adds support for Jersey 2.0 w/ Guice

License

License

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection Square Business Logic Libraries Financial Jersey Program Interface REST Frameworks
GroupId

GroupId

be.fluid-it.com.squarespace.jersey2-guice
ArtifactId

ArtifactId

jersey2-guice
Last Version

Last Version

0.10-fix
Release Date

Release Date

Type

Type

jar
Description

Description

Jersey 2.0 w/ Guice
This library adds support for Jersey 2.0 w/ Guice
Project URL

Project URL

https://github.com/Squarespace/jersey2-guice
Source Code Management

Source Code Management

https://github.com/rvs-fluid-it/jersey2-guice

Download jersey2-guice

How to add to project

<!-- https://jarcasting.com/artifacts/be.fluid-it.com.squarespace.jersey2-guice/jersey2-guice/ -->
<dependency>
    <groupId>be.fluid-it.com.squarespace.jersey2-guice</groupId>
    <artifactId>jersey2-guice</artifactId>
    <version>0.10-fix</version>
</dependency>
// https://jarcasting.com/artifacts/be.fluid-it.com.squarespace.jersey2-guice/jersey2-guice/
implementation 'be.fluid-it.com.squarespace.jersey2-guice:jersey2-guice:0.10-fix'
// https://jarcasting.com/artifacts/be.fluid-it.com.squarespace.jersey2-guice/jersey2-guice/
implementation ("be.fluid-it.com.squarespace.jersey2-guice:jersey2-guice:0.10-fix")
'be.fluid-it.com.squarespace.jersey2-guice:jersey2-guice:jar:0.10-fix'
<dependency org="be.fluid-it.com.squarespace.jersey2-guice" name="jersey2-guice" rev="0.10-fix">
  <artifact name="jersey2-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.fluid-it.com.squarespace.jersey2-guice', module='jersey2-guice', version='0.10-fix')
)
libraryDependencies += "be.fluid-it.com.squarespace.jersey2-guice" % "jersey2-guice" % "0.10-fix"
[be.fluid-it.com.squarespace.jersey2-guice/jersey2-guice "0.10-fix"]

Dependencies

compile (5)

Group / Artifact Type Version
org.glassfish.jersey.containers : jersey-container-servlet-core jar 2.17
org.slf4j : slf4j-api jar 1.7.12
com.google.inject.extensions : guice-multibindings jar 4.0
com.google.inject.extensions : guice-servlet jar 4.0
com.google.code.findbugs : jsr305 jar 3.0.0

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.8.21
org.glassfish.jersey.containers : jersey-container-servlet jar 2.17
org.eclipse.jetty : jetty-servlet jar 9.2.9.v20150224

Project Modules

There are no modules declared in this project.

Mvn Version

Forked repository: The sole purpose is to provide a temporary workaround for issue https://github.com/Squarespace/jersey2-guice/issues/32

Jersey 2.0 w/ Guice

This library provides support for Jersey 2.0 w/ Guice similar to the way it used to work in Jersey 1.x with the jersey-guice library. It uses Guice's own GuiceFilter (like jersey-guice) and it's somewhat different from the Guice/HK2 Bridge.

Continuous Integration

User's Guide

The User's Guide can be found in the Wiki.

Apache 2.0 License

Copyright 2014 Squarespace, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
be.fluid-it.com.squarespace.jersey2-guice

Squarespace

Versions

Version
0.10-fix