v0.8.1 release is now available through maven central! * New features, enhancements: * Add support for `java.util.Optional<E>` [#40](https://github.com/drapostolos/type-parser/pull/40). See release info: https://github.com/drapostolos/type-parser/wiki/#changes Gradle ``` compile 'com.github.drapostolos:type-parser:0.8.1' ``` Maven ``` xml <dependency> <groupId>com.github.drapostolos</groupId> <artifactId>type-parser</artifactId> <version>0.8.1</version> </dependency> ```
v0.8.1 release is now available through maven central!
java.util.Optional<E>#40.See release info: https://github.com/drapostolos/type-parser/wiki/#changes
Gradle
Maven