🚀 v0.1.1 | Add dynamic type
Pre-release
Pre-release
🔭 Overview
This release adds the dynamic type, that resolves from an given Object.
📄 Docs
You can find the wiki for this version here.
To visit this version's javadocs click here.
📦 Download / Usage
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("io.github.kaktushose:proteus:0.1.1")
}Maven
<dependency>
<groupId>io.github.kaktushose</groupId>
<artifactId>proteus</artifactId>
<version>0.1.1</version>
</dependency>