JAX-RS HREF

Resource location resolver for JAX-RS.

Лицензия

Лицензия

Группа

Группа

org.soulwing
Идентификатор

Идентификатор

jax-rs-href
Последняя версия

Последняя версия

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

JAX-RS HREF
Resource location resolver for JAX-RS.
Ссылка на сайт

Ссылка на сайт

https://github.com/soulwing/sql-template
Система контроля версий

Система контроля версий

https://github.com/soulwing/jax-rs-href

Скачать jax-rs-href

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.soulwing/jax-rs-href/ -->
<dependency>
    <groupId>org.soulwing</groupId>
    <artifactId>jax-rs-href</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.soulwing/jax-rs-href/
implementation 'org.soulwing:jax-rs-href:1.1.1'
// https://jarcasting.com/artifacts/org.soulwing/jax-rs-href/
implementation ("org.soulwing:jax-rs-href:1.1.1")
'org.soulwing:jax-rs-href:jar:1.1.1'
<dependency org="org.soulwing" name="jax-rs-href" rev="1.1.1">
  <artifact name="jax-rs-href" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.soulwing', module='jax-rs-href', version='1.1.1')
)
libraryDependencies += "org.soulwing" % "jax-rs-href" % "1.1.1"
[org.soulwing/jax-rs-href "1.1.1"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
javax.ws.rs : javax.ws.rs-api Необязательный jar 2.0.1
org.reflections : reflections jar 0.9.9
org.slf4j : slf4j-api jar 1.7.7

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api Необязательный jar 3.1.0

test (7)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.0.13
org.glassfish.jersey.core : jersey-common jar 2.13
javax.enterprise : cdi-api jar 1.2
junit : junit jar 4.11
org.jmock : jmock-junit4 jar 2.6.0
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3

Модули Проекта

Данный проект не имеет модулей.

jax-rs-href

A resource path resolver mechanism for JAX-RS.

A resource entity returned from a REST resource will often contain links to other resources. When a resource referenced in such a link is part of the same REST service, it desirable to derive the path to the referenced resource using the same annotations that are used to direct HTTP requests to that resource.

This module provides a simple annotation-based mechanism that allows a model builder for a resource to resolve a path to a referenced resource.

TODO: need to provide some examples of how this thing gets used.

org.soulwing

soulwing-org

Версии библиотеки

Версия
1.1.1
1.1.0
1.0.4
1.0.3