Last Version

Fitbur Jersey 0.5.0

FitburIO Framework is an open source Java framework that utilizes HK2 dependency injection framework to create resuable components. The framework's core features can be used by any Java application though it's more ideal to use it in-conjunction with Jersey 2.0 JAX-RS to build restful services.

License

License

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.fitbur.jersey
ArtifactId

ArtifactId

jersey
Version

Version

0.5.0
Type

Type

pom
Description

Description

Fitbur Jersey
FitburIO Framework is an open source Java framework that utilizes HK2 dependency injection framework to create resuable components. The framework's core features can be used by any Java application though it's more ideal to use it in-conjunction with Jersey 2.0 JAX-RS to build restful services.
Project Organization

Project Organization

Fitbur, Inc.

Download jersey 0.5.0

Filename Size
jersey-0.5.0.pom 2 KB
Browse

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

Dependencies

compile (5)

Group / Artifact Type Version
javax.ws.rs : javax.ws.rs-api jar 2.0
org.glassfish.jersey.containers : jersey-container-servlet jar
org.slf4j : slf4j-api jar 1.7.7
org.checkerframework : checker-qual jar 1.8.3
org.glassfish.hk2 : hk2-api jar 2.3.0

test (4)

Group / Artifact Type Version
com.fitbur.test : test-hk2 jar 0.5.0
org.glassfish.jersey.test-framework : jersey-test-framework-core jar
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-jetty jar
org.testng : testng jar 6.8.8

Project Modules

  • jersey-api
  • jersey-populator
  • jersey-cors