| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJBoss Контейнер Application Servers |
| Группа | Группаorg.jboss.pnc.build-agent |
| Идентификатор | Идентификаторserver |
| Версия | Версия0.8.1 |
| Тип | Типjar |
| Описание |
ОписаниеPNC Build Agent Server
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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| server-0.8.1.pom | |
| server-0.8.1.jar | 66 KB |
| server-0.8.1-sources.jar | 42 KB |
| server-0.8.1-javadoc.jar | 197 KB |
| server-0.8.1-jar-with-dependencies.jar | 16 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/server/ -->
<dependency>
<groupId>org.jboss.pnc.build-agent</groupId>
<artifactId>server</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/server/
implementation 'org.jboss.pnc.build-agent:server:0.8.1'
// https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/server/
implementation ("org.jboss.pnc.build-agent:server:0.8.1")
'org.jboss.pnc.build-agent:server:jar:0.8.1'
<dependency org="org.jboss.pnc.build-agent" name="server" rev="0.8.1">
<artifact name="server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc.build-agent', module='server', version='0.8.1')
)
libraryDependencies += "org.jboss.pnc.build-agent" % "server" % "0.8.1"
[org.jboss.pnc.build-agent/server "0.8.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jboss.pnc.build-agent : api | jar | 0.8.1 |
| org.jboss.pnc.build-agent : common | jar | 0.8.1 |
| io.termd : termd-core | jar | 1.1.8 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.jboss.logmanager : jboss-logmanager | jar | 2.1.7.Final |
| org.jboss.slf4j : slf4j-jboss-logmanager | jar | 1.0.4.GA |
| org.jboss.logmanager : jboss-logmanager-ext | jar | 1.0.0.Alpha5 |
| org.glassfish : javax.json | jar | 1.1.4 |
| org.jboss.logmanager : log4j-jboss-logmanager | jar | 1.1.6.Final |
| org.wildfly.core : wildfly-logging | jar | 8.0.0.Final |
| org.apache.kafka : kafka-log4j-appender | jar | 2.1.1 |
| io.undertow : undertow-websockets-jsr | jar | 2.0.26.Final |
| commons-cli : commons-cli | jar | 1.4 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.9 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10 |
| org.apache.kafka : kafka-clients | jar | 2.2.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.jboss.pnc.build-agent : client | jar | 0.8.1 |