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