| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJBoss Контейнер Application Servers |
| Группа | Группаorg.jboss.pnc.build-agent |
| Идентификатор | Идентификаторcommon |
| Последняя версия | Последняя версия1.0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPNC Build Agent Common
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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| common-1.0.5.pom | |
| common-1.0.5.jar | 23 KB |
| common-1.0.5-sources.jar | 15 KB |
| common-1.0.5-javadoc.jar | 100 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/common/ -->
<dependency>
<groupId>org.jboss.pnc.build-agent</groupId>
<artifactId>common</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/common/
implementation 'org.jboss.pnc.build-agent:common:1.0.5'
// https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/common/
implementation ("org.jboss.pnc.build-agent:common:1.0.5")
'org.jboss.pnc.build-agent:common:jar:1.0.5'
<dependency org="org.jboss.pnc.build-agent" name="common" rev="1.0.5">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc.build-agent', module='common', version='1.0.5')
)
libraryDependencies += "org.jboss.pnc.build-agent" % "common" % "1.0.5"
[org.jboss.pnc.build-agent/common "1.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jboss.pnc : pnc-api | jar | 2.1.0 |
| org.jboss.pnc : pnc-common | jar | 2.1.0 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| io.undertow : undertow-core | jar | 2.2.3.Final |
| org.jboss.logmanager : jboss-logmanager | jar | 2.1.7.Final |
| org.jboss.slf4j : slf4j-jboss-logmanager | jar | 1.0.4.GA |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |