| License | License | 
|---|---|
| GroupId | GroupIdio.github.crocodilezz.android | 
| ArtifactId | ArtifactIdlint-aar | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typeaar | 
| Description | Descriptionlint-aar kotlin、java 代码中的依赖检测 | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| lint-aar-1.0.pom | |
| lint-aar-1.0-sources.jar | 261 bytes | 
| lint-aar-1.0-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.crocodilezz.android/lint-aar/ -->
<dependency>
    <groupId>io.github.crocodilezz.android</groupId>
    <artifactId>lint-aar</artifactId>
    <version>1.0</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/io.github.crocodilezz.android/lint-aar/
implementation 'io.github.crocodilezz.android:lint-aar:1.0'// https://jarcasting.com/artifacts/io.github.crocodilezz.android/lint-aar/
implementation ("io.github.crocodilezz.android:lint-aar:1.0")'io.github.crocodilezz.android:lint-aar:aar:1.0'<dependency org="io.github.crocodilezz.android" name="lint-aar" rev="1.0">
  <artifact name="lint-aar" type="aar" />
</dependency>@Grapes(
@Grab(group='io.github.crocodilezz.android', module='lint-aar', version='1.0')
)libraryDependencies += "io.github.crocodilezz.android" % "lint-aar" % "1.0"[io.github.crocodilezz.android/lint-aar "1.0"]