is not current version
Last Version 1.0.5

org.jboss.pnc.build-agent:server 0.5.1

PNC Build Agent is used to expose shell like interface via Http and WebSockets of the host running the agent. It can be used to execute remote command and get the command output back via WebSocket, command completion is notified via WebSocket. It can also handle file uploads and downloads.

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.pnc.build-agent
ArtifactId

ArtifactId

server
Version

Version

0.5.1
Type

Type

jar

Download server 0.5.1


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