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