is not current version
Last Version 1.0.5

org.jboss.pnc.build-agent:client 0.6.0

Client lib to work with remote server.

Categories

Categories

JBoss Container Application Servers CLI User Interface
GroupId

GroupId

org.jboss.pnc.build-agent
ArtifactId

ArtifactId

client
Version

Version

0.6.0
Type

Type

jar

Download client 0.6.0


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