Contains default implementations of the JSR-377 Converter API for basic and common types.
-
All contributions are governed by the Apache Software License v2.
To get started, sign the Contributor License Agreement.
This project uses Gradle as build tool. The build is set as a composite build until final binary releases of JSR377 are posted. Follow these instructions to build this project
$ git clone https://github.com/jsr377/jsr377-api.git jsr377/jsr377-api
$ git clone https://github.com/jsr377/jsr377-converters.git jsr377/jsr377-converters
$ cd jsr377/jsr377-converters
$ ./gradlew build