MVN

com.adevinta.android : leku

Maven & Gradle

Aug 24, 2023
754 stars

leku · Map location picker component for Android. Based on Google Maps. An alternative to Google Place Picker.

<dependency>
    <groupId>com.adevinta.android</groupId>
    <artifactId>leku</artifactId>
    <version>11.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adevinta.android : leku to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.0.0

All Versions

Choose a version of com.adevinta.android : leku to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.0.x
leku-11.0.0
10.1.x
leku-10.1.1
leku-10.1.0
10.0.x
leku-10.0.3
leku-10.0.2
leku-10.0.1
leku-10.0.0
9.1.x
leku-9.1.5
leku-9.1.4
leku-9.1.3
leku-9.1.2
leku-9.1.1
leku-9.1.0
9.0.x
leku-9.0.0

How to add a dependency to Maven

Add the following com.adevinta.android : leku maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adevinta.android</groupId>
    <artifactId>leku</artifactId>
    <version>11.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adevinta.android : leku gradle dependency to your build.gradle file:

implementation 'com.adevinta.android:leku:11.0.0'

Gradle Kotlin DSL: Add the following com.adevinta.android : leku gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adevinta.android:leku:11.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adevinta.android : leku sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adevinta.android" % "leku" % "11.0.0"

Advertisement