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