is not current version
Last Version 2.3.1

org.jboss.pnc:rest 1.8.1.5

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.).

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.pnc
ArtifactId

ArtifactId

rest
Version

Version

1.8.1.5
Type

Type

war

Download rest 1.8.1.5


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