MVN

dev.supasintatiyanupanwong.libraries.android.kits.maps : maps-amazon

Maven & Gradle

May 03, 2023
45 stars

Map Kit (Amazon) · Provides Amazon Maps integration to the Map Kit.

<dependency>
    <groupId>dev.supasintatiyanupanwong.libraries.android.kits.maps</groupId>
    <artifactId>maps-amazon</artifactId>
    <version>2.2.0-alpha01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.supasintatiyanupanwong.libraries.android.kits.maps : maps-amazon to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0-alpha01
  • Latest Alpha: 2.2.0-alpha01

All Versions

Choose a version of dev.supasintatiyanupanwong.libraries.android.kits.maps : maps-amazon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
maps-amazon-2.2.0-alpha01
2.1.x
maps-amazon-2.1.0-alpha01
2.0.x
maps-amazon-2.0.0-alpha01

How to add a dependency to Maven

Add the following dev.supasintatiyanupanwong.libraries.android.kits.maps : maps-amazon maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.supasintatiyanupanwong.libraries.android.kits.maps</groupId>
    <artifactId>maps-amazon</artifactId>
    <version>2.2.0-alpha01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.supasintatiyanupanwong.libraries.android.kits.maps : maps-amazon gradle dependency to your build.gradle file:

implementation 'dev.supasintatiyanupanwong.libraries.android.kits.maps:maps-amazon:2.2.0-alpha01'

Gradle Kotlin DSL: Add the following dev.supasintatiyanupanwong.libraries.android.kits.maps : maps-amazon gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.supasintatiyanupanwong.libraries.android.kits.maps:maps-amazon:2.2.0-alpha01")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.supasintatiyanupanwong.libraries.android.kits.maps : maps-amazon sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.supasintatiyanupanwong.libraries.android.kits.maps" % "maps-amazon" % "2.2.0-alpha01"