| Группа | Группаcom.github.rebue.robotech |
|---|---|
| Идентификатор | Идентификаторrobotech |
| Версия | Версия1.1.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| robotech-1.1.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.rebue.robotech/robotech/ -->
<dependency>
<groupId>com.github.rebue.robotech</groupId>
<artifactId>robotech</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.robotech/robotech/
implementation 'com.github.rebue.robotech:robotech:1.1.0'
// https://jarcasting.com/artifacts/com.github.rebue.robotech/robotech/
implementation ("com.github.rebue.robotech:robotech:1.1.0")
'com.github.rebue.robotech:robotech:pom:1.1.0'
<dependency org="com.github.rebue.robotech" name="robotech" rev="1.1.0">
<artifact name="robotech" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.robotech', module='robotech', version='1.1.0')
)
libraryDependencies += "com.github.rebue.robotech" % "robotech" % "1.1.0"
[com.github.rebue.robotech/robotech "1.1.0"]