A java-based representation of opening hours using the Time API introduced in Java 8.
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'