is not current version
Last Version 2.0.1

com.github.guilhe:styling-lint 1.0.0

A set of lint rules to check for common mistakes when styling and theming on Android

Categories

Categories

GUI User Interface
GroupId

GroupId

com.github.guilhe
ArtifactId

ArtifactId

styling-lint
Version

Version

1.0.0
Type

Type

aar

Download styling-lint 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.guilhe/styling-lint/ -->
<dependency>
    <groupId>com.github.guilhe</groupId>
    <artifactId>styling-lint</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.guilhe/styling-lint/
implementation 'com.github.guilhe:styling-lint:1.0.0'
// https://jarcasting.com/artifacts/com.github.guilhe/styling-lint/
implementation ("com.github.guilhe:styling-lint:1.0.0")
'com.github.guilhe:styling-lint:aar:1.0.0'
<dependency org="com.github.guilhe" name="styling-lint" rev="1.0.0">
  <artifact name="styling-lint" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.guilhe', module='styling-lint', version='1.0.0')
)
libraryDependencies += "com.github.guilhe" % "styling-lint" % "1.0.0"
[com.github.guilhe/styling-lint "1.0.0"]