GroupId | GroupIdcom.hannesdorfmann |
---|---|
ArtifactId | ArtifactIddebugoverlay |
Version | Version0.3.0 |
Type | Typeaar |
Filename | Size |
---|---|
debugoverlay-0.3.0.pom | |
debugoverlay-0.3.0.aar | 13 KB |
debugoverlay-0.3.0-sources.jar | 5 KB |
debugoverlay-0.3.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hannesdorfmann/debugoverlay/ -->
<dependency>
<groupId>com.hannesdorfmann</groupId>
<artifactId>debugoverlay</artifactId>
<version>0.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann/debugoverlay/
implementation 'com.hannesdorfmann:debugoverlay:0.3.0'
// https://jarcasting.com/artifacts/com.hannesdorfmann/debugoverlay/
implementation ("com.hannesdorfmann:debugoverlay:0.3.0")
'com.hannesdorfmann:debugoverlay:aar:0.3.0'
<dependency org="com.hannesdorfmann" name="debugoverlay" rev="0.3.0">
<artifact name="debugoverlay" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann', module='debugoverlay', version='0.3.0')
)
libraryDependencies += "com.hannesdorfmann" % "debugoverlay" % "0.3.0"
[com.hannesdorfmann/debugoverlay "0.3.0"]