Skip to content

🚀 v0.1.1 | Add dynamic type

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 May 14:19
· 22 commits to main since this 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>