| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jetrs |
| Идентификатор | Идентификаторjetrs |
| Версия | Версия2.1.0-alpha-3 |
| Тип | Типpom |
| Описание |
Описание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.
|
| Организация-разработчик |
Организация-разработчикJetRS |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jetrs-2.1.0-alpha-3.pom | 3 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.libj : test | jar | 0.7.1 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 3.1.0 |