s

styling-lint

A set of lint rules to check for common mistakes when styling and theming on Android
https://guilhe.github.io/AndroidStyling-LintRules
The Apache Software License, Version 2.0
Guilherme Delgado
Files download
File Operation
styling-lint-2.0.1.pom download
styling-lint-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.guilhe</groupId>
  <artifactId>styling-lint</artifactId>
  <version>2.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.guilhe:styling-lint:2.0.1'
Gradle Kotlin
implementation("com.github.guilhe:styling-lint:2.0.1")
Scala SBT
libraryDependencies += "com.github.guilhe" % "styling-lint" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.guilhe', module='styling-lint', version='2.0.1')
)
Apache Ivy
<dependency org="com.github.guilhe" name="styling-lint" rev="2.0.1" />
Leiningen
[com.github.guilhe/styling-lint "2.0.1"]
Apache Buildr
'com.github.guilhe:styling-lint:jar:2.0.1'
Dependencies
The project has no third-party dependencies