| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface |
| GroupId | GroupIdcom.github.guilhe |
| ArtifactId | ArtifactIdstyling-lint |
| Last Version | Last Version2.0.1 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionAndroidStyling-LintRules
A set of lint rules to check for common mistakes when styling and theming on Android
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| styling-lint-2.0.1.pom | |
| styling-lint-2.0.1.jar | 18 KB |
| styling-lint-2.0.1-sources.jar | 6 KB |
| styling-lint-2.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.guilhe/styling-lint/ -->
<dependency>
<groupId>com.github.guilhe</groupId>
<artifactId>styling-lint</artifactId>
<version>2.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.guilhe/styling-lint/
implementation 'com.github.guilhe:styling-lint:2.0.1'
// https://jarcasting.com/artifacts/com.github.guilhe/styling-lint/
implementation ("com.github.guilhe:styling-lint:2.0.1")
'com.github.guilhe:styling-lint:aar:2.0.1'
<dependency org="com.github.guilhe" name="styling-lint" rev="2.0.1">
<artifact name="styling-lint" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.guilhe', module='styling-lint', version='2.0.1')
)
libraryDependencies += "com.github.guilhe" % "styling-lint" % "2.0.1"
[com.github.guilhe/styling-lint "2.0.1"]