Installation
Adding ShapeShift to your project.
To get started with ShapeShift, install the core library via
Maven
or Gradle
:<dependency>
<groupId>dev.krud</groupId>
<artifactId>shapeshift</artifactId>
<version>0.8.0</version>
</dependency>
implementation 'dev.krud:shapeshift:0.8.0'
implementation("dev.krud:shapeshift:0.8.0")
- Minimum supported Kotlin version: 1.6.X
- Minimum supported Java version: 1.8
Last modified 3mo ago