EnOceanConnector on Bintray
I released EnOceanConnector version 1.0.1
I changed the build.gradle to push updates to bintray (jcenter). To add the library in your project you can use the repository http://dl.bintray.com/atennert/enoceanconnector and the dependency: group=de.atennert, artifactId=enoceanconnector with the wanted version.
Gradle example:
repositories {
maven { url "http://dl.bintray.com/atennert/enoceanconnector" }
}
dependecies {
compile 'de.atennert:enoceanconnector:1+'
}
The EnOceanConnector can be found at https://github.com/atennert/de.atennert.eoconnector on GitHub and as library via bintray https://bintray.com/atennert/enoceanconnector.