> For the complete documentation index, see [llms.txt](https://componentmap.krud.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://componentmap.krud.dev/introduction/installation.md).

# Installation

## Installation

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

### Maven

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

### Gradle

#### Groovy DSL

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

#### Kotlin DSL

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

## Requirements

* Minimum supported Java version: 1.8
* Spring Boot 2.5.0+
