Download debugoverlay-1.1.3.jar file - Jar d

Jar examples for d:debugoverlay

Description

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

You can download jar file debugoverlay 1.1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add debugoverlay-1.1.3.jar to your project.

<dependency>
   <groupId>com.ms-square</groupId>
   <artifactId>debugoverlay</artifactId>
   <version>1.1.3</version>
</dependency>
compile group: 'com.ms-square', name: 'debugoverlay', version: '1.1.3'
libraryDependencies += "com.ms-square" % "debugoverlay" % "1.1.3"
<dependency org="com.ms-square" name="debugoverlay" rev="1.1.3"/>
@Grapes(@Grab(group='com.ms-square', module='debugoverlay', version='1.1.3'))
'com.ms-square:debugoverlay:jar:1.1.3'

Download

Click the following link to download the jar file.

debugoverlay-1.1.3-javadoc.jar
debugoverlay-1.1.3-sources.jar
debugoverlay-1.1.3.pom



Related Tutorials