jersey2-http

Jersey2 Injectors for common HTTP request components, using Apache commons.

License

License

Categories

Categories

Net Jersey Program Interface REST Frameworks
GroupId

GroupId

net.krotscheck.jersey2
ArtifactId

ArtifactId

jersey2-http
Last Version

Last Version

1.1.18
Release Date

Release Date

Type

Type

jar
Description

Description

jersey2-http
Jersey2 Injectors for common HTTP request components, using Apache commons.
Project Organization

Project Organization

krotscheck.net

Download jersey2-http

How to add to project

<!-- https://jarcasting.com/artifacts/net.krotscheck.jersey2/jersey2-http/ -->
<dependency>
    <groupId>net.krotscheck.jersey2</groupId>
    <artifactId>jersey2-http</artifactId>
    <version>1.1.18</version>
</dependency>
// https://jarcasting.com/artifacts/net.krotscheck.jersey2/jersey2-http/
implementation 'net.krotscheck.jersey2:jersey2-http:1.1.18'
// https://jarcasting.com/artifacts/net.krotscheck.jersey2/jersey2-http/
implementation ("net.krotscheck.jersey2:jersey2-http:1.1.18")
'net.krotscheck.jersey2:jersey2-http:jar:1.1.18'
<dependency org="net.krotscheck.jersey2" name="jersey2-http" rev="1.1.18">
  <artifact name="jersey2-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.krotscheck.jersey2', module='jersey2-http', version='1.1.18')
)
libraryDependencies += "net.krotscheck.jersey2" % "jersey2-http" % "1.1.18"
[net.krotscheck.jersey2/jersey2-http "1.1.18"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.httpcomponents : httpcore jar 4.3.2
org.slf4j : slf4j-api jar 1.7.5
net.krotscheck : knet-utils jar 1.0.1

provided (1)

Group / Artifact Type Version
org.glassfish.jersey.containers : jersey-container-servlet jar 2.14

test (6)

Group / Artifact Type Version
ch.qos.logback : logback-core jar 1.0.13
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-grizzly2 jar 2.14
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5
org.powermock : powermock-module-junit4 jar 1.5.5
org.powermock : powermock-api-mockito jar 1.5.5

Project Modules

There are no modules declared in this project.

jersey2-toolkit

Build Status Coverage Status Maven Central

This project contains a collection of mix-and-match Jersey2 Features which can enhance and accelerate your web service development. Features can be loaded wholesale, or can be assembled on an as-needed basis.

For more information, please see our documentation.

Versions

Version
1.1.18
1.1.17