MVN

org.jetrs : jetrs

Maven & Gradle

May 23, 2020
3 stars

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.

<dependency>
    <groupId>org.jetrs</groupId>
    <artifactId>jetrs</artifactId>
    <version>2.1.0-alpha-3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetrs : jetrs to add to Maven - Latest Versions:

  • Latest Stable: 2.1.0-alpha-3
  • Latest Alpha: 2.1.0-alpha-3

All Versions

Choose a version of org.jetrs : jetrs to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
jetrs-2.1.0-alpha-3
jetrs-2.1.0-alpha-2
jetrs-2.1.0-alpha-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jetrs</groupId>
    <artifactId>jetrs</artifactId>
    <version>2.1.0-alpha-3</version>
</dependency>

Advertisement