Installation
Adding ShapeShift to your project.
Installation
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
Last updated
Was this helpful?