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