Last Version

JetRS 2.1.0-alpha-3

JetRS is a fast and lightweight implementation of the JAX-RS v2.0 Specification that runs in a Servlet Container. This project was inspired with the goal to create a better, simpler, easier to use, reliable, and debuggable JAX-RS implementation using the CohesionFirst approach.

License

License

GroupId

GroupId

org.jetrs
ArtifactId

ArtifactId

jetrs
Version

Version

2.1.0-alpha-3
Type

Type

pom
Description

Description

JetRS
JetRS is a fast and lightweight implementation of the JAX-RS v2.0 Specification that runs in a Servlet Container. This project was inspired with the goal to create a better, simpler, easier to use, reliable, and debuggable JAX-RS implementation using the CohesionFirst approach.
Project Organization

Project Organization

JetRS
Source Code Management

Source Code Management

https://github.com/jetrs/jetrs

Download jetrs 2.1.0-alpha-3

Filename Size
jetrs-2.1.0-alpha-3.pom 3 KB
Browse

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

Dependencies

compile (4)

Group / Artifact Type Version
javax.ws.rs : javax.ws.rs-api jar 2.1.1
org.libj : logging jar 0.4.5
org.libj : net jar 0.5.2
ch.qos.logback : logback-classic jar 1.2.3

test (3)

Group / Artifact Type Version
org.libj : test jar 0.7.1
junit : junit jar 4.12
org.mockito : mockito-core jar 3.1.0

Project Modules

  • common
  • client
  • server