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.

License

License

GroupId

GroupId

com.cloudbees.sdk
ArtifactId

ArtifactId

bees-boot2-assembly
Last Version

Last Version

1.5.2
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download bees-boot2-assembly

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
com.cloudbees.sdk : bees-boot2 jar 1.5.2

Project Modules

There are no modules declared in this project.
com.cloudbees.sdk

CloudBees

Versions

Version
1.5.2
1.5.1
1.5.0