m

miioMapClient

A client that allows access to the Rockrobo vacuums map
https://www.sg-o.de
Apache License, Version 2.0
Joerg Bayer
Files download
File Operation
miioMapClient-0.1.4.jar download
miioMapClient-0.1.4.pom download
miioMapClient-0.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>de.sg-o.app</groupId>
  <artifactId>miioMapClient</artifactId>
  <version>0.1.4</version>
</dependency>
Gradle Groovy
implementation 'de.sg-o.app:miioMapClient:0.1.4'
Gradle Kotlin
implementation("de.sg-o.app:miioMapClient:0.1.4")
Scala SBT
libraryDependencies += "de.sg-o.app" % "miioMapClient" % "0.1.4"
Groovy Grape
@Grapes(
  @Grab(group='de.sg-o.app', module='miioMapClient', version='0.1.4')
)
Apache Ivy
<dependency org="de.sg-o.app" name="miioMapClient" rev="0.1.4" />
Leiningen
[de.sg-o.app/miioMapClient "0.1.4"]
Apache Buildr
'de.sg-o.app:miioMapClient:jar:0.1.4'