-
Notifications
You must be signed in to change notification settings - Fork 12
Setup
SG-O edited this page Jun 7, 2018
·
1 revision
Add this dependency to your pom.xml.
<dependency>
<groupId>de.sg-o.app</groupId>
<artifactId>miio</artifactId>
<version>0.1.0</version>
</dependency>Add this dependency to your build.gradle.
repositories {
...
mavenCentral()
...
}
dependencies {
...
compile 'de.sg-o.app:miio:0.1.0'
...
}