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