MVN

com.squareup.leakcanary : shark-graph

Maven & Gradle

Jun 29, 2023
1 usages
29.1k stars

Shark Graph · LeakCanary

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

Latest Version

Choose a version of com.squareup.leakcanary : shark-graph 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-graph to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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