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