is not current version
Last Version 2.3.1

org.jboss.pnc:rest-client 2.2.4


Categories

Categories

JBoss Container Application Servers CLI User Interface
GroupId

GroupId

org.jboss.pnc
ArtifactId

ArtifactId

rest-client
Version

Version

2.2.4
Type

Type

jar

Download rest-client 2.2.4


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