Skip to content
SG-O edited this page Jun 7, 2018 · 1 revision

Apache Maven

Add this dependency to your pom.xml.

<dependency>
    <groupId>de.sg-o.app</groupId>
    <artifactId>miio</artifactId>
    <version>0.1.0</version>
</dependency>

Gradle/Grails

Add this dependency to your build.gradle.

repositories {
    ...
    mavenCentral()
    ...

}
dependencies {
    ...
    compile 'de.sg-o.app:miio:0.1.0'
    ...
}
Clone this wiki locally