🌸
Spring ComponentMap
GithubExamples
  • Overview
  • Introduction
    • Installation
    • Quick Start
  • API Documentation
    • Component Map
  • Guides
    • Strategy Pattern
Powered by GitBook
On this page
  • Installation
  • Maven
  • Gradle
  • Requirements
  1. Introduction

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+

PreviousOverviewNextQuick Start

Last updated 2 years ago