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

# Installation

## Installation

To get started with **ShapeShift**, install the core library via `Maven` or `Gradle`:

### Maven

```xml
<dependency>
  <groupId>dev.krud</groupId>
  <artifactId>shapeshift</artifactId>
  <version>0.8.0</version>
</dependency>
```

### Gradle

#### Groovy DSL

```groovy
implementation 'dev.krud:shapeshift:0.8.0'
```

#### Kotlin DSL

```kotlin
implementation("dev.krud:shapeshift:0.8.0")
```

## Requirements

* Minimum supported Kotlin version: 1.6.X
* Minimum supported Java version: 1.8
