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