MVN

com.google.maps.android : maps-utils-v3-ktx

Maven & Gradle

Mar 31, 2022
305 stars

maps-utils-v3-ktx · Kotlin extensions (KTX) for Google Maps SDK

<dependency>
    <groupId>com.google.maps.android</groupId>
    <artifactId>maps-utils-v3-ktx</artifactId>
    <version>3.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.maps.android : maps-utils-v3-ktx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.0

All Versions

Choose a version of com.google.maps.android : maps-utils-v3-ktx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
maps-utils-v3-ktx-3.4.0
3.3.x
maps-utils-v3-ktx-3.3.0
3.2.x
maps-utils-v3-ktx-3.2.1
maps-utils-v3-ktx-3.2.0
3.1.x
maps-utils-v3-ktx-3.1.0
3.0.x
maps-utils-v3-ktx-3.0.1
maps-utils-v3-ktx-3.0.0
2.4.x
maps-utils-v3-ktx-2.4.0
2.3.x
maps-utils-v3-ktx-2.3.0
2.2.x
maps-utils-v3-ktx-2.2.0
2.1.x
maps-utils-v3-ktx-2.1.3
maps-utils-v3-ktx-2.1.2
maps-utils-v3-ktx-2.1.1
maps-utils-v3-ktx-2.1.0
2.0.x
maps-utils-v3-ktx-2.0.0
1.8.x
maps-utils-v3-ktx-1.8.0
1.7.x
maps-utils-v3-ktx-1.7.0
1.6.x
maps-utils-v3-ktx-1.6.0

How to add a dependency to Maven

Add the following com.google.maps.android : maps-utils-v3-ktx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.maps.android</groupId>
    <artifactId>maps-utils-v3-ktx</artifactId>
    <version>3.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.maps.android : maps-utils-v3-ktx gradle dependency to your build.gradle file:

implementation 'com.google.maps.android:maps-utils-v3-ktx:3.4.0'

Gradle Kotlin DSL: Add the following com.google.maps.android : maps-utils-v3-ktx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.maps.android:maps-utils-v3-ktx:3.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.maps.android : maps-utils-v3-ktx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.maps.android" % "maps-utils-v3-ktx" % "3.4.0"