CloudBees SDK 2nd stage bootloader packaging

This module creates two things: (1) a text file that contains a list of GAV coordinates needed for the 2nd stage boot loader (2) jar files mentioned above, in the Maven repository directory layout. Using Maven repository directory layout, as opposed to more simpler "flat directory with full of jars", allow us to share the jar files between fallback bees-driver dependencies and boot2, which saves disk space a lot. We do this in a separate module outside boot2, so that the list includes the bees-boot2 jar itself.

Лицензия

Лицензия

Группа

Группа

com.cloudbees.sdk
Идентификатор

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

bees-boot2-assembly
Последняя версия

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

1.5.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

CloudBees SDK 2nd stage bootloader packaging
This module creates two things: (1) a text file that contains a list of GAV coordinates needed for the 2nd stage boot loader (2) jar files mentioned above, in the Maven repository directory layout. Using Maven repository directory layout, as opposed to more simpler "flat directory with full of jars", allow us to share the jar files between fallback bees-driver dependencies and boot2, which saves disk space a lot. We do this in a separate module outside boot2, so that the list includes the bees-boot2 jar itself.

Скачать bees-boot2-assembly

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.cloudbees.sdk/bees-boot2-assembly/ -->
<dependency>
    <groupId>com.cloudbees.sdk</groupId>
    <artifactId>bees-boot2-assembly</artifactId>
    <version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cloudbees.sdk/bees-boot2-assembly/
implementation 'com.cloudbees.sdk:bees-boot2-assembly:1.5.2'
// https://jarcasting.com/artifacts/com.cloudbees.sdk/bees-boot2-assembly/
implementation ("com.cloudbees.sdk:bees-boot2-assembly:1.5.2")
'com.cloudbees.sdk:bees-boot2-assembly:jar:1.5.2'
<dependency org="com.cloudbees.sdk" name="bees-boot2-assembly" rev="1.5.2">
  <artifact name="bees-boot2-assembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cloudbees.sdk', module='bees-boot2-assembly', version='1.5.2')
)
libraryDependencies += "com.cloudbees.sdk" % "bees-boot2-assembly" % "1.5.2"
[com.cloudbees.sdk/bees-boot2-assembly "1.5.2"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.cloudbees.sdk : bees-boot2 jar 1.5.2

Модули Проекта

Данный проект не имеет модулей.
com.cloudbees.sdk

CloudBees

Версии библиотеки

Версия
1.5.2
1.5.1
1.5.0