| GroupId | GroupIdcom.faithlife |
|---|---|
| ArtifactId | ArtifactIdandroid-lint |
| Version | Version1.1.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| android-lint-1.1.2.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.faithlife/android-lint/ -->
<dependency>
<groupId>com.faithlife</groupId>
<artifactId>android-lint</artifactId>
<version>1.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.faithlife/android-lint/
implementation 'com.faithlife:android-lint:1.1.2'
// https://jarcasting.com/artifacts/com.faithlife/android-lint/
implementation ("com.faithlife:android-lint:1.1.2")
'com.faithlife:android-lint:aar:1.1.2'
<dependency org="com.faithlife" name="android-lint" rev="1.1.2">
<artifact name="android-lint" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.faithlife', module='android-lint', version='1.1.2')
)
libraryDependencies += "com.faithlife" % "android-lint" % "1.1.2"
[com.faithlife/android-lint "1.1.2"]