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