is not current version
Last Version 1.8.1.7

org.jboss.pnc:rest-model 1.1.1

REST DTO.

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.pnc
ArtifactId

ArtifactId

rest-model
Version

Version

1.1.1
Type

Type

jar

Download rest-model 1.1.1


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