is not current version
Last Version 0.1.1

com.uber.lint-checks:lint-checks 0.1.0

Set of opinionated and useful lint checks

GroupId

GroupId

com.uber.lint-checks
ArtifactId

ArtifactId

lint-checks
Version

Version

0.1.0
Type

Type

jar

Download lint-checks 0.1.0


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