Last Version

PNC Build Agent Logback log formatter 1.0.5

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.

License

License

Categories

Categories

JBoss Container Application Servers Logback Application Layer Libs Logging
GroupId

GroupId

org.jboss.pnc.build-agent
ArtifactId

ArtifactId

logback
Version

Version

1.0.5
Type

Type

jar
Description

Description

PNC Build Agent Logback log formatter
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.
Project Organization

Project Organization

JBoss by Red Hat

Download logback 1.0.5


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

Dependencies

compile (5)

Group / Artifact Type Version
org.jboss.pnc.build-agent : api jar 1.0.5
org.slf4j : slf4j-api jar 1.7.25
ch.qos.logback : logback-classic jar 1.2.3
ch.qos.logback.contrib : logback-jackson jar 0.1.5
ch.qos.logback.contrib : logback-json-classic jar 0.1.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.