is not current version
Last Version 5.1.0

io.noties:debug 5.0.0

Library for easy Android logging

GroupId

GroupId

io.noties
ArtifactId

ArtifactId

debug
Version

Version

5.0.0
Type

Type

jar

Download debug 5.0.0


<!-- https://jarcasting.com/artifacts/io.noties/debug/ -->
<dependency>
    <groupId>io.noties</groupId>
    <artifactId>debug</artifactId>
    <version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.noties/debug/
implementation 'io.noties:debug:5.0.0'
// https://jarcasting.com/artifacts/io.noties/debug/
implementation ("io.noties:debug:5.0.0")
'io.noties:debug:jar:5.0.0'
<dependency org="io.noties" name="debug" rev="5.0.0">
  <artifact name="debug" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.noties', module='debug', version='5.0.0')
)
libraryDependencies += "io.noties" % "debug" % "5.0.0"
[io.noties/debug "5.0.0"]