i

irobot

The irobot tool for java
The Apache Software License, Version 2.0
houbb
Files download
File Operation
irobot-0.3.0.jar download
irobot-0.3.0.pom download
irobot-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>irobot</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:irobot:0.3.0'
Gradle Kotlin
implementation("com.github.houbb:irobot:0.3.0")
Scala SBT
libraryDependencies += "com.github.houbb" % "irobot" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='irobot', version='0.3.0')
)
Apache Ivy
<dependency org="com.github.houbb" name="irobot" rev="0.3.0" />
Leiningen
[com.github.houbb/irobot "0.3.0"]
Apache Buildr
'com.github.houbb:irobot:jar:0.3.0'