MVN

com.theahoyapp : ahoy-maps

Maven & Gradle

Jan 13, 2023

ahoy-maps · AHOY Maps SDK

<dependency>
    <groupId>com.theahoyapp</groupId>
    <artifactId>ahoy-maps</artifactId>
    <version>1.1.3-alpha02</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.theahoyapp : ahoy-maps to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3-alpha02
  • Latest Alpha: 1.1.3-alpha02

All Versions

Choose a version of com.theahoyapp : ahoy-maps to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ahoy-maps-1.1.3-alpha02
ahoy-maps-1.1.2-alpha01
ahoy-maps-1.1.1-alpha01
ahoy-maps-1.1.0-alpha01
1.0.x
ahoy-maps-1.0.1-alpha13
ahoy-maps-1.0.0-alpha05

How to add a dependency to Maven

Add the following com.theahoyapp : ahoy-maps maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.theahoyapp</groupId>
    <artifactId>ahoy-maps</artifactId>
    <version>1.1.3-alpha02</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.theahoyapp : ahoy-maps gradle dependency to your build.gradle file:

implementation 'com.theahoyapp:ahoy-maps:1.1.3-alpha02'

Gradle Kotlin DSL: Add the following com.theahoyapp : ahoy-maps gradle kotlin dependency to your build.gradle.kts file:

implementation("com.theahoyapp:ahoy-maps:1.1.3-alpha02")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.theahoyapp : ahoy-maps sbt scala dependency to your build.sbt file:

libraryDependencies += "com.theahoyapp" % "ahoy-maps" % "1.1.3-alpha02"