MVN

org.jboss.pnc.build-agent : client

Maven & Gradle

Jul 20, 2022
5 usages
0 stars

PNC Build Agent Client · Client lib to work with remote server.

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

Latest Version

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

  • Latest Stable: 1.0.6

All Versions

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

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

How to add a dependency to Maven

Add the following org.jboss.pnc.build-agent : client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.pnc.build-agent : client gradle dependency to your build.gradle file:

implementation 'org.jboss.pnc.build-agent:client:1.0.6'

Gradle Kotlin DSL: Add the following org.jboss.pnc.build-agent : client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.pnc.build-agent:client:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.pnc.build-agent : client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.pnc.build-agent" % "client" % "1.0.6"

Advertisement

Dependencies from Group

api
Jul 20, 2022
7 usages
0 stars
Jul 20, 2022
5 usages
0 stars
Jul 20, 2022
3 usages
0 stars
Jul 20, 2022
3 usages
0 stars
Jul 20, 2022
1 usages
0 stars

Discover Dependencies