MVN

io.github.crocodilezz.android : lint-aar

Maven & Gradle

Jul 23, 2021
5 stars

lint-aar · kotlin、java 代码中的依赖检测

<dependency>
    <groupId>io.github.crocodilezz.android</groupId>
    <artifactId>lint-aar</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.crocodilezz.android : lint-aar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of io.github.crocodilezz.android : lint-aar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
lint-aar-1.0
0.0.x
lint-aar-0.0.2
lint-aar-0.0.1

How to add a dependency to Maven

Add the following io.github.crocodilezz.android : lint-aar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.crocodilezz.android</groupId>
    <artifactId>lint-aar</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.crocodilezz.android : lint-aar gradle dependency to your build.gradle file:

implementation 'io.github.crocodilezz.android:lint-aar:0.0.2'

Gradle Kotlin DSL: Add the following io.github.crocodilezz.android : lint-aar gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.crocodilezz.android:lint-aar:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.crocodilezz.android : lint-aar sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.crocodilezz.android" % "lint-aar" % "0.0.2"