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