License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers CLI User Interface |
GroupId | GroupIdorg.jboss.pnc.build-agent |
ArtifactId | ArtifactIdclient |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPNC Build Agent Client
Client lib to work with remote server.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
client-1.0.5.pom | |
client-1.0.5.jar | 24 KB |
client-1.0.5-sources.jar | 13 KB |
client-1.0.5-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/client/ -->
<dependency>
<groupId>org.jboss.pnc.build-agent</groupId>
<artifactId>client</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/client/
implementation 'org.jboss.pnc.build-agent:client:1.0.5'
// https://jarcasting.com/artifacts/org.jboss.pnc.build-agent/client/
implementation ("org.jboss.pnc.build-agent:client:1.0.5")
'org.jboss.pnc.build-agent:client:jar:1.0.5'
<dependency org="org.jboss.pnc.build-agent" name="client" rev="1.0.5">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc.build-agent', module='client', version='1.0.5')
)
libraryDependencies += "org.jboss.pnc.build-agent" % "client" % "1.0.5"
[org.jboss.pnc.build-agent/client "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.pnc.build-agent : common | jar | 1.0.5 |
org.jboss.pnc.build-agent : api | jar | 1.0.5 |
org.slf4j : slf4j-api | jar | 1.7.25 |
io.undertow : undertow-websockets-jsr | jar | 2.2.3.Final |
com.fasterxml.jackson.core : jackson-core | jar | 2.12.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |