Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.squareup.leakcanary |
ArtifactId | ArtifactIdshark-graph |
Version | Version2.3 |
Type | Typejar |
Filename | Size |
---|---|
shark-graph-2.3.pom | |
shark-graph-2.3.jar | 128 KB |
shark-graph-2.3-sources.jar | 38 KB |
shark-graph-2.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.leakcanary/shark-graph/ -->
<dependency>
<groupId>com.squareup.leakcanary</groupId>
<artifactId>shark-graph</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.leakcanary/shark-graph/
implementation 'com.squareup.leakcanary:shark-graph:2.3'
// https://jarcasting.com/artifacts/com.squareup.leakcanary/shark-graph/
implementation ("com.squareup.leakcanary:shark-graph:2.3")
'com.squareup.leakcanary:shark-graph:jar:2.3'
<dependency org="com.squareup.leakcanary" name="shark-graph" rev="2.3">
<artifact name="shark-graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.leakcanary', module='shark-graph', version='2.3')
)
libraryDependencies += "com.squareup.leakcanary" % "shark-graph" % "2.3"
[com.squareup.leakcanary/shark-graph "2.3"]