| GroupId | GroupIdcom.github.moduth |
|---|---|
| ArtifactId | ArtifactIdblockcanary-android |
| Version | Version1.1.4 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.moduth/blockcanary-android/ -->
<dependency>
<groupId>com.github.moduth</groupId>
<artifactId>blockcanary-android</artifactId>
<version>1.1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.moduth/blockcanary-android/
implementation 'com.github.moduth:blockcanary-android:1.1.4'
// https://jarcasting.com/artifacts/com.github.moduth/blockcanary-android/
implementation ("com.github.moduth:blockcanary-android:1.1.4")
'com.github.moduth:blockcanary-android:aar:1.1.4'
<dependency org="com.github.moduth" name="blockcanary-android" rev="1.1.4">
<artifact name="blockcanary-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.moduth', module='blockcanary-android', version='1.1.4')
)
libraryDependencies += "com.github.moduth" % "blockcanary-android" % "1.1.4"
[com.github.moduth/blockcanary-android "1.1.4"]