| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.groupon.roboremote |
| Идентификатор | Идентификаторroboremote |
| Последняя версия | Последняя версия0.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеRoboRemote
This is the aggregator for RoboRemote
|
| Имя Файла | Размер |
|---|---|
| roboremote-0.4.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.groupon.roboremote/roboremote/ -->
<dependency>
<groupId>com.groupon.roboremote</groupId>
<artifactId>roboremote</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.groupon.roboremote/roboremote/
implementation 'com.groupon.roboremote:roboremote:0.4'
// https://jarcasting.com/artifacts/com.groupon.roboremote/roboremote/
implementation ("com.groupon.roboremote:roboremote:0.4")
'com.groupon.roboremote:roboremote:pom:0.4'
<dependency org="com.groupon.roboremote" name="roboremote" rev="0.4">
<artifact name="roboremote" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.groupon.roboremote', module='roboremote', version='0.4')
)
libraryDependencies += "com.groupon.roboremote" % "roboremote" % "0.4"
[com.groupon.roboremote/roboremote "0.4"]