| License |
License |
|---|---|
| GroupId | GroupIdcom.faithlife |
| ArtifactId | ArtifactIdandroid-lint |
| Version | Version1.1.3 |
| Type | Typeaar |
| Description |
Descriptionandroid-lint
A collection of lint checks for Android the enforce Faithlife house rules.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| android-lint-1.1.3.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.faithlife/android-lint/ -->
<dependency>
<groupId>com.faithlife</groupId>
<artifactId>android-lint</artifactId>
<version>1.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.faithlife/android-lint/
implementation 'com.faithlife:android-lint:1.1.3'
// https://jarcasting.com/artifacts/com.faithlife/android-lint/
implementation ("com.faithlife:android-lint:1.1.3")
'com.faithlife:android-lint:aar:1.1.3'
<dependency org="com.faithlife" name="android-lint" rev="1.1.3">
<artifact name="android-lint" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.faithlife', module='android-lint', version='1.1.3')
)
libraryDependencies += "com.faithlife" % "android-lint" % "1.1.3"
[com.faithlife/android-lint "1.1.3"]