MVN

com.squareup.leakcanary.deobfuscation : com.squareup.leakcanary.deobfuscation.gradle.plugin

Maven & Gradle

Jun 29, 2023
29.1k stars

LeakCanary Deobfuscation Plugin · LeakCanary

<dependency>
    <groupId>com.squareup.leakcanary.deobfuscation</groupId>
    <artifactId>com.squareup.leakcanary.deobfuscation.gradle.plugin</artifactId>
    <version>2.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.leakcanary.deobfuscation : com.squareup.leakcanary.deobfuscation.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.12

All Versions

Choose a version of com.squareup.leakcanary.deobfuscation : com.squareup.leakcanary.deobfuscation.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.12
com.squareup.leakcanary.deobfuscation.gradle.plugin-2.12
2.11
com.squareup.leakcanary.deobfuscation.gradle.plugin-2.11
2.10
com.squareup.leakcanary.deobfuscation.gradle.plugin-2.10
2.9.x
com.squareup.leakcanary.deobfuscation.gradle.plugin-2.9.1
2.9
com.squareup.leakcanary.deobfuscation.gradle.plugin-2.9
2.8.x
com.squareup.leakcanary.deobfuscation.gradle.plugin-2.8.1
2.8
com.squareup.leakcanary.deobfuscation.gradle.plugin-2.8

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.squareup.leakcanary.deobfuscation</groupId>
    <artifactId>com.squareup.leakcanary.deobfuscation.gradle.plugin</artifactId>
    <version>2.12</version>
</dependency>

Advertisement