r

robobo-hri-touch-module

Robobo Touch Module.
https://bitbucket.org/mytechia/robobo-hri-touch
GNU Lesser General Public License, Version 3.0
Luis Felipe Llamas Luaces
文件下载
文件名 操作
robobo-hri-touch-module-0.3.0.pom 下载
robobo-hri-touch-module-0.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.mytechia</groupId>
  <artifactId>robobo-hri-touch-module</artifactId>
  <version>0.3.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.mytechia:robobo-hri-touch-module:0.3.0'
Gradle Kotlin
implementation("com.mytechia:robobo-hri-touch-module:0.3.0")
Scala SBT
libraryDependencies += "com.mytechia" % "robobo-hri-touch-module" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.mytechia', module='robobo-hri-touch-module', version='0.3.0')
)
Apache Ivy
<dependency org="com.mytechia" name="robobo-hri-touch-module" rev="0.3.0" />
Leiningen
[com.mytechia/robobo-hri-touch-module "0.3.0"]
Apache Buildr
'com.mytechia:robobo-hri-touch-module:jar:0.3.0'