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

Release: 0.7.0 is now available

Open drapostolos opened this issue 4 years ago • 0 comments

v0.7.0 release is now available through maven central!

  • Add support for java.nio.file.Path.
  • Code is now built with Java 8.
  • Internal refactorings/code improvements using Java8 features.

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

Gradle

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

Maven

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

drapostolos avatar Aug 02 '20 15:08 drapostolos