ShapeShift
  • Overview
  • Introduction
    • Installation
    • Quick Start
  • API Documentation
    • Annotations
    • Kotlin DSL
    • Java Builder
  • Features
    • Transformers
    • Auto Mapping
    • Conditions
    • Decorators
    • Object Suppliers
    • Mapping Strategy
  • Guides
    • Implicit Transformers
    • Instance Mapping
    • Advanced Mapping
    • Spring Usage
    • Android Usage
Powered by GitBook
On this page
  • Installation
  • Maven
  • Gradle
  • Requirements

Was this helpful?

Export as PDF
  1. Introduction

Installation

Adding ShapeShift to your project.

Installation

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

Maven

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

Gradle

Groovy DSL

implementation 'dev.krud:shapeshift:0.8.0'

Kotlin DSL

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

Requirements

  • Minimum supported Kotlin version: 1.6.X

  • Minimum supported Java version: 1.8

PreviousOverviewNextQuick Start

Last updated 2 years ago

Was this helpful?