| GroupId | GroupIdru.noties |
|---|---|
| ArtifactId | ArtifactIddebug |
| Version | Version2.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| debug-2.0.2.pom | |
| debug-2.0.2.jar | 23 KB |
| debug-2.0.2-sources.jar | 9 KB |
| debug-2.0.2-javadoc.jar | 74 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.noties/debug/ -->
<dependency>
<groupId>ru.noties</groupId>
<artifactId>debug</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ru.noties/debug/
implementation 'ru.noties:debug:2.0.2'
// https://jarcasting.com/artifacts/ru.noties/debug/
implementation ("ru.noties:debug:2.0.2")
'ru.noties:debug:jar:2.0.2'
<dependency org="ru.noties" name="debug" rev="2.0.2">
<artifact name="debug" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.noties', module='debug', version='2.0.2')
)
libraryDependencies += "ru.noties" % "debug" % "2.0.2"
[ru.noties/debug "2.0.2"]