ShapeShift️
Documentation
To learn how to get started with ShapeShift, visit the official documentation website. You'll find in-depth documentation, tips and guides to help you get up and running.
Installation
Maven
<dependency>
<groupId>dev.krudgroupId>
<artifactId>shapeshiftartifactId>
<version>0.1.0version>
dependency>
Gradle
Groovy DSL
implementation 'dev.krud:shapeshift:0.1.0'
Kotlin DSL
implementation("dev.krud:shapeshift:0.1.0")
Requirements
- Minimum supported Kotlin version: 1.6.X
- Minimum supported Java version: 1.8
Examples
The example directory contains several independent scenarios for common use cases of this library.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. See CONTRIBUTING.md for more information.
License
ShapeShift is licensed under the MIT license. For more information, please see the LICENSE file.