Skip to content
Dependencies docs2.0

bluetape4k-dependencies 2.0.0 Manual

Latest stable Based on Dependencies release 2.0.0

This is the stable manual for bluetape4k-dependencies:2.0.0. Its BOM, signed tag, GitHub Release, child artifacts, and downstream resolution were verified before this versioned snapshot was generated.

bluetape4k-dependencies has two related but different contracts:

  • the Maven BOM aligns resolved dependency versions;
  • gradle/libs.versions.toml supplies the shared Gradle aliases and plugin versions used by Bluetape4k builds.

The catalog does not replace the BOM. Import both only when a build needs the catalog’s authoring aliases as well as the BOM’s dependency-management constraints.

I need to…Start with
consume the development BOM from Gradle or MavenGetting started
understand the eight upstream BOM linesRepository map
use bt4k aliases from a checkoutGradle Version Catalog
understand what the ecosystem BOM managesEcosystem BOM
consume a timestamped snapshot safelySnapshot consumption
update versions or promote a releaseVersion governance
verify a catalog or publication changeValidation

The catalog source declares bluetape4k-dependencies = "2.0.0"; the publish workflow adds -SNAPSHOT to the BOM coordinate. The current central BOM coordinate is therefore:

io.github.bluetape4k:bluetape4k-dependencies:2.0.0

The release source is tag 2.0.0 at commit 3c203aa9. The catalog and public BOM are related contracts, but consumers must still use the BOM for dependency resolution.

This manual is owned by the central site repository under docs/manual/bluetape4k-dependencies/. The generated 2.0 route is immutable release documentation pinned to the code tag above; the site authoring commit and code release commit remain separate provenance.