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