не последняя версия
Последняя версия 2.3.1

org.jboss.pnc:build-executor 1.5.1

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.

Категории

Категории

JBoss Контейнер Application Servers
Группа

Группа

org.jboss.pnc
Идентификатор

Идентификатор

build-executor
Версия

Версия

1.5.1
Тип

Тип

jar

Скачать build-executor 1.5.1


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