MVN

com.kroegerama.android-kaiteki : lint

Maven & Gradle

Jun 20, 2023
8 stars

Android Kaiteki · A set of helper classes for modern android projects.

<dependency>
    <groupId>com.kroegerama.android-kaiteki</groupId>
    <artifactId>lint</artifactId>
    <version>4.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kroegerama.android-kaiteki : lint to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.1

All Versions

Choose a version of com.kroegerama.android-kaiteki : lint to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
lint-4.7.1
lint-4.7.0
4.6.x
lint-4.6.1
lint-4.6.0
4.5.x
lint-4.5.2
lint-4.5.1
lint-4.5.0
4.4.x
lint-4.4.1
lint-4.4.0

How to add a dependency to Maven

Add the following com.kroegerama.android-kaiteki : lint maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kroegerama.android-kaiteki</groupId>
    <artifactId>lint</artifactId>
    <version>4.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kroegerama.android-kaiteki : lint gradle dependency to your build.gradle file:

implementation 'com.kroegerama.android-kaiteki:lint:4.7.1'

Gradle Kotlin DSL: Add the following com.kroegerama.android-kaiteki : lint gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kroegerama.android-kaiteki:lint:4.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kroegerama.android-kaiteki : lint sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kroegerama.android-kaiteki" % "lint" % "4.7.1"