styling-lint
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.guilhe</groupId>
<artifactId>styling-lint</artifactId>
<version>2.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.guilhe</groupId>
<artifactId>styling-lint</artifactId>
<version>2.0.1</version>
<packaging>aar</packaging>
<name>AndroidStyling-LintRules</name>
<description>A set of lint rules to check for common mistakes when styling and theming on Android</description>
<url>https://guilhe.github.io/AndroidStyling-LintRules</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>GuilhE</id>
<name>Guilherme Delgado</name>
<email>gdelgado@bliss.pt</email>
</developer>
</developers>
<scm>
<connection>https://github.com/GuilhE/AndroidStyling-LintRules.git</connection>
<developerConnection>https://github.com/GuilhE/AndroidStyling-LintRules.git</developerConnection>
<url>https://guilhe.github.io/AndroidStyling-LintRules</url>
</scm>
<issueManagement>
<url>https://guilhe.github.io/AndroidStyling-LintRules/issues</url>
</issueManagement>
</project>