Skip to content
Bluetape4k docs1.11

Getting started

Latest stable Based on Bluetape4k release 1.11.0

Choose the published bluetape4k-dependencies version for your application and let the central BOM align every bluetape4k artifact.

dependencies {
implementation(platform("io.github.bluetape4k:bluetape4k-dependencies:<version>"))
}

Here, <version> is the published version of bluetape4k-dependencies. The central BOM manages repository BOM versions, so consumers do not align them separately.

Choose the smallest module that owns the capability. A module manual provides the exact artifact coordinate and compatibility notes.

dependencies {
implementation("io.github.bluetape4k:bluetape4k-core")
}

Read the guide for orientation, use the module manual for contracts and failure behavior, then run a linked example or workshop. Source and test links in each manual are the final authority when a README summary is ambiguous.

The repository uses Java 21 and Kotlin 2.3. Framework-specific manuals state narrower Spring Boot, Ktor, database, container, or native requirements.