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