| Лицензия |
Лицензия |
|---|---|
| Группа | Группаru.noties |
| Идентификатор | Идентификаторdebug-remove |
| Версия | Версия3.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеDebug Remove Compiler
Library for easy Android logging
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| debug-remove-3.0.0.pom | |
| debug-remove-3.0.0.jar | 7 KB |
| debug-remove-3.0.0-sources.jar | 4 KB |
| debug-remove-3.0.0-javadoc.jar | 27 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ru.noties/debug-remove/ -->
<dependency>
<groupId>ru.noties</groupId>
<artifactId>debug-remove</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.noties/debug-remove/
implementation 'ru.noties:debug-remove:3.0.0'
// https://jarcasting.com/artifacts/ru.noties/debug-remove/
implementation ("ru.noties:debug-remove:3.0.0")
'ru.noties:debug-remove:jar:3.0.0'
<dependency org="ru.noties" name="debug-remove" rev="3.0.0">
<artifact name="debug-remove" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.noties', module='debug-remove', version='3.0.0')
)
libraryDependencies += "ru.noties" % "debug-remove" % "3.0.0"
[ru.noties/debug-remove "3.0.0"]