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