is not current version
Last Version 2.3.1

org.jboss.pnc:build-coordinator 1.0.2

Contains implementations of action-controllers, which include the business logic for orchestrating build requests and collect the results. Action controllers are used to isolate logic from the REST API, so it can be reused in embedded scenarios.

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.pnc
ArtifactId

ArtifactId

build-coordinator
Version

Version

1.0.2
Type

Type

jar

Download build-coordinator 1.0.2


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