Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 400 Bytes

File metadata and controls

17 lines (17 loc) · 400 Bytes

Overview

A java-based representation of opening hours using the Time API introduced in Java 8.

Gradle dependency

Add the repository to the list of repositories:

repositories { 
    maven { 
        url "http://dl.bintray.com/samhal/samhal" 
    } 
}

Then declare the dependency:

compile 'xyz.samhal:opening-hours:0.1'

Documentation