JAX-RS Extensions
Here you will find some extensions for JAX-RS:
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.microprofile-ext |
| Идентификатор | Идентификаторjaxrs-ext |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеMicroprofile JAX-RS Extensions
Some JAX-RS extensions
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jaxrs-ext-1.0.0.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.microprofile-ext/jaxrs-ext/ -->
<dependency>
<groupId>org.microprofile-ext</groupId>
<artifactId>jaxrs-ext</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext/jaxrs-ext/
implementation 'org.microprofile-ext:jaxrs-ext:1.0.0'
// https://jarcasting.com/artifacts/org.microprofile-ext/jaxrs-ext/
implementation ("org.microprofile-ext:jaxrs-ext:1.0.0")
'org.microprofile-ext:jaxrs-ext:pom:1.0.0'
<dependency org="org.microprofile-ext" name="jaxrs-ext" rev="1.0.0">
<artifact name="jaxrs-ext" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext', module='jaxrs-ext', version='1.0.0')
)
libraryDependencies += "org.microprofile-ext" % "jaxrs-ext" % "1.0.0"
[org.microprofile-ext/jaxrs-ext "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.microprofile : microprofile | pom | 1.3 |
| org.projectlombok : lombok | jar | 1.18.2 |
Here you will find some extensions for JAX-RS: