is not current version
Last Version 0.4.0

com.hannesdorfmann:debugoverlay 0.2.1

Dispaly an overlay to log debuging information on top of your android application

GroupId

GroupId

com.hannesdorfmann
ArtifactId

ArtifactId

debugoverlay
Version

Version

0.2.1
Type

Type

aar

Download debugoverlay 0.2.1


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