is not current version
Last Version 2.3.1

org.jboss.pnc:build-executor 1.7.0

Contains implementations of build executor, which include the business logic for setting up the build environment, repositories and run the builds. Build execution coordinates the actions that run on remote services.

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.pnc
ArtifactId

ArtifactId

build-executor
Version

Version

1.7.0
Type

Type

jar

Download build-executor 1.7.0


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