MVN

org.jboss.pnc.build-agent : parent

Maven & Gradle

Jul 20, 2022
0 stars

PNC Build Agent · 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.

<dependency>
    <groupId>org.jboss.pnc.build-agent</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.pnc.build-agent : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of org.jboss.pnc.build-agent : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
parent-1.0.6
parent-1.0.5
parent-1.0.2
parent-1.0.1
parent-1.0.0
0.8.x
parent-0.8.1
parent-0.8.0
0.7.x
parent-0.7.0
0.6.x
parent-0.6.1
parent-0.6.0
0.5.x
parent-0.5.1
parent-0.5.0
0.4.x
parent-0.4.0
0.3
parent-0.3
0.2
parent-0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jboss.pnc.build-agent</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.6</version>
</dependency>