Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 608 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 608 Bytes

JSON Framework Build Status

Adding Dependency

<dependency>
    <groupId>com.bikeemotion</groupId>
    <artifactId>json-framework</artifactId>
    <version>1.0.0</version>
</dependency>

Testing it

Pre-requisites

  • JDK 8 or newer
  • Maven 3.1.0 or newer

Build

mvn clean install

How to Use JSON Framework