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

org.jboss.pnc:rest 1.8.1.6

REST API. This is a series of classes that use JAX-RS to translate HTTP communications to calls into the action controllers in the core, and format any output (such as constructing resource URLs, etc.).

Категории

Категории

JBoss Контейнер Application Servers
Группа

Группа

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

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

rest
Версия

Версия

1.8.1.6
Тип

Тип

war

Скачать rest 1.8.1.6


<!-- https://jarcasting.com/artifacts/org.jboss.pnc/rest/ -->
<dependency>
    <groupId>org.jboss.pnc</groupId>
    <artifactId>rest</artifactId>
    <version>1.8.1.6</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc/rest/
implementation 'org.jboss.pnc:rest:1.8.1.6'
// https://jarcasting.com/artifacts/org.jboss.pnc/rest/
implementation ("org.jboss.pnc:rest:1.8.1.6")
'org.jboss.pnc:rest:war:1.8.1.6'
<dependency org="org.jboss.pnc" name="rest" rev="1.8.1.6">
  <artifact name="rest" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc', module='rest', version='1.8.1.6')
)
libraryDependencies += "org.jboss.pnc" % "rest" % "1.8.1.6"
[org.jboss.pnc/rest "1.8.1.6"]