MVN

com.squareup.leakcanary : shark-cli

Maven & Gradle

Jun 29, 2023
29.1k stars

Shark Command Line Interface · LeakCanary

<dependency>
    <groupId>com.squareup.leakcanary</groupId>
    <artifactId>shark-cli</artifactId>
    <version>2.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.leakcanary : shark-cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.12
  • Latest Beta: 2.0-beta-5

All Versions

Choose a version of com.squareup.leakcanary : shark-cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.12
shark-cli-2.12
2.11
shark-cli-2.11
2.10
shark-cli-2.10
2.9.x
shark-cli-2.9.1
2.9
shark-cli-2.9
2.8.x
shark-cli-2.8.1
2.8
shark-cli-2.8
2.7
shark-cli-2.7
2.6
shark-cli-2.6
2.5
shark-cli-2.5
2.4
shark-cli-2.4
2.3
shark-cli-2.3
2.2
shark-cli-2.2
2.1
shark-cli-2.1
2.0
shark-cli-2.0
shark-cli-2.0-beta-5
shark-cli-2.0-beta-4
shark-cli-2.0-beta-3
shark-cli-2.0-beta-2
shark-cli-2.0-beta-1

How to add a dependency to Maven

Add the following com.squareup.leakcanary : shark-cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.squareup.leakcanary</groupId>
    <artifactId>shark-cli</artifactId>
    <version>2.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.squareup.leakcanary : shark-cli gradle dependency to your build.gradle file:

implementation 'com.squareup.leakcanary:shark-cli:2.12'

Gradle Kotlin DSL: Add the following com.squareup.leakcanary : shark-cli gradle kotlin dependency to your build.gradle.kts file:

implementation("com.squareup.leakcanary:shark-cli:2.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.squareup.leakcanary : shark-cli sbt scala dependency to your build.sbt file:

libraryDependencies += "com.squareup.leakcanary" % "shark-cli" % "2.12"

Advertisement