| GroupId | GroupIdcom.github.moduth |
|---|---|
| ArtifactId | ArtifactIdblockcanary |
| Version | Version1.0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| blockcanary-1.0.1.pom | |
| blockcanary-1.0.1.aar | 63 KB |
| blockcanary-1.0.1-sources.jar | 25 KB |
| blockcanary-1.0.1-javadoc.jar | 99 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.moduth/blockcanary/ -->
<dependency>
<groupId>com.github.moduth</groupId>
<artifactId>blockcanary</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.moduth/blockcanary/
implementation 'com.github.moduth:blockcanary:1.0.1'
// https://jarcasting.com/artifacts/com.github.moduth/blockcanary/
implementation ("com.github.moduth:blockcanary:1.0.1")
'com.github.moduth:blockcanary:aar:1.0.1'
<dependency org="com.github.moduth" name="blockcanary" rev="1.0.1">
<artifact name="blockcanary" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.moduth', module='blockcanary', version='1.0.1')
)
libraryDependencies += "com.github.moduth" % "blockcanary" % "1.0.1"
[com.github.moduth/blockcanary "1.0.1"]