Download leakcanary-android-1.4-beta2.jar file - Jar l

Jar examples for l:leakcanary-android

Description

Leak Canary

You can download jar file leakcanary-android 1.4-beta2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add leakcanary-android-1.4-beta2.jar to your project.

<dependency>
   <groupId>com.squareup.leakcanary</groupId>
   <artifactId>leakcanary-android</artifactId>
   <version>1.4-beta2</version>
</dependency>
compile group: 'com.squareup.leakcanary', name: 'leakcanary-android', version: '1.4-beta2'
libraryDependencies += "com.squareup.leakcanary" % "leakcanary-android" % "1.4-beta2"
<dependency org="com.squareup.leakcanary" name="leakcanary-android" rev="1.4-beta2"/>
@Grapes(@Grab(group='com.squareup.leakcanary', module='leakcanary-android', version='1.4-beta2'))
'com.squareup.leakcanary:leakcanary-android:jar:1.4-beta2'

Download

Click the following link to download the jar file.

leakcanary-android-1.4-beta2-javadoc.jar
leakcanary-android-1.4-beta2-sources.jar
leakcanary-android-1.4-beta2.pom



Related Tutorials