is not current version
Last Version 2.1.0-alpha-3

org.jetrs:jetrs 2.1.0-alpha-2

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 debugable JAX-RS implementation using the CohesionFirst approach.

GroupId

GroupId

org.jetrs
ArtifactId

ArtifactId

jetrs
Version

Version

2.1.0-alpha-2
Type

Type

pom

Download jetrs 2.1.0-alpha-2

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

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