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