Skip to content

Files

Latest commit

604272f · Nov 12, 2020

History

History
35 lines (25 loc) · 1.67 KB

README.adoc

File metadata and controls

35 lines (25 loc) · 1.67 KB

JSR 377 - Converters

Contains default implementations of the JSR-377 Converter API for basic and common types.

Build Status Coverage Status (coveralls) Gitter Apache License 2

Contributing

  • All contributions are governed by the Apache Software License v2.

Additional resources

Building

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