For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

Adding Spring ComponentMap to your project.

Installation

To get started, install the library via Maven or Gradle:

Maven

<dependency>
  <groupId>dev.krud</groupId>
  <artifactId>spring-componentmap</artifactId>
  <version>0.1.0</version>
</dependency>

Gradle

Groovy DSL

implementation 'dev.krud:spring-componentmap:0.1.0'

Kotlin DSL

implementation("dev.krud:spring-componentmap:0.1.0")

Requirements

  • Minimum supported Java version: 1.8

  • Spring Boot 2.5.0+

Last updated