type-parser icon indicating copy to clipboard operation
type-parser copied to clipboard

Release: 0.8.1 is now available

Open drapostolos opened this issue 2 years ago • 0 comments

v0.8.1 release is now available through maven central!

  • New features, enhancements:
    • Add support for java.util.Optional<E> #40.

See release info: https://github.com/drapostolos/type-parser/wiki/#changes

Gradle

compile 'com.github.drapostolos:type-parser:0.8.1'

Maven

<dependency>
  <groupId>com.github.drapostolos</groupId>
  <artifactId>type-parser</artifactId>
  <version>0.8.1</version>
</dependency>

drapostolos avatar Dec 30 '22 20:12 drapostolos