License |
License |
---|---|
GroupId | GroupIdio.supercharge |
ArtifactId | ArtifactIdlint-checks-common-rules |
Version | Version0.2.0 |
Type | Typeaar |
Description |
DescriptionLint Checks Common Rules
Some Android Lint custom rules
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lint-checks-common-rules-0.2.0.pom | |
lint-checks-common-rules-0.2.0.aar | 8 KB |
lint-checks-common-rules-0.2.0-sources.jar | 261 bytes |
lint-checks-common-rules-0.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.supercharge/lint-checks-common-rules/ -->
<dependency>
<groupId>io.supercharge</groupId>
<artifactId>lint-checks-common-rules</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.supercharge/lint-checks-common-rules/
implementation 'io.supercharge:lint-checks-common-rules:0.2.0'
// https://jarcasting.com/artifacts/io.supercharge/lint-checks-common-rules/
implementation ("io.supercharge:lint-checks-common-rules:0.2.0")
'io.supercharge:lint-checks-common-rules:aar:0.2.0'
<dependency org="io.supercharge" name="lint-checks-common-rules" rev="0.2.0">
<artifact name="lint-checks-common-rules" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.supercharge', module='lint-checks-common-rules', version='0.2.0')
)
libraryDependencies += "io.supercharge" % "lint-checks-common-rules" % "0.2.0"
[io.supercharge/lint-checks-common-rules "0.2.0"]