License |
License |
---|---|
GroupId | GroupIdorg.jetrs |
ArtifactId | ArtifactIdjetrs |
Version | Version2.1.0-alpha-3 |
Type | Typepom |
Description |
DescriptionJetRS
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 OrganizationJetRS |
Source Code Management |
Source Code Management |
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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.libj : test | jar | 0.7.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |