| License |
License |
|---|---|
| GroupId | GroupIdru.noties |
| ArtifactId | ArtifactIddebug-annotations |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
DescriptionDebug Library
Library for easy Android logging
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| debug-annotations-1.0.2.pom | |
| debug-annotations-1.0.2.jar | 1 KB |
| debug-annotations-1.0.2-sources.jar | 1 KB |
| debug-annotations-1.0.2-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.noties/debug-annotations/ -->
<dependency>
<groupId>ru.noties</groupId>
<artifactId>debug-annotations</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ru.noties/debug-annotations/
implementation 'ru.noties:debug-annotations:1.0.2'
// https://jarcasting.com/artifacts/ru.noties/debug-annotations/
implementation ("ru.noties:debug-annotations:1.0.2")
'ru.noties:debug-annotations:jar:1.0.2'
<dependency org="ru.noties" name="debug-annotations" rev="1.0.2">
<artifact name="debug-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.noties', module='debug-annotations', version='1.0.2')
)
libraryDependencies += "ru.noties" % "debug-annotations" % "1.0.2"
[ru.noties/debug-annotations "1.0.2"]