MVN

io.karte.android : notifications

Maven & Gradle

Aug 10, 2023
5 stars

KARTE SDK notifications · notifications module for KARTE Android SDK

<dependency>
    <groupId>io.karte.android</groupId>
    <artifactId>notifications</artifactId>
    <version>2.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.karte.android : notifications to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.10.0

All Versions

Choose a version of io.karte.android : notifications to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.10.x
notifications-2.10.0
2.9.x
notifications-2.9.1
notifications-2.9.0
2.8.x
notifications-2.8.0
2.7.x
notifications-2.7.2
notifications-2.7.1
notifications-2.7.0
2.6.x
notifications-2.6.0
2.5.x
notifications-2.5.0
2.4.x
notifications-2.4.0
2.3.x
notifications-2.3.0
2.2.x
notifications-2.2.0
2.1.x
notifications-2.1.0
2.0.x
notifications-2.0.0

How to add a dependency to Maven

Add the following io.karte.android : notifications maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.karte.android</groupId>
    <artifactId>notifications</artifactId>
    <version>2.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.karte.android : notifications gradle dependency to your build.gradle file:

implementation 'io.karte.android:notifications:2.10.0'

Gradle Kotlin DSL: Add the following io.karte.android : notifications gradle kotlin dependency to your build.gradle.kts file:

implementation("io.karte.android:notifications:2.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.karte.android : notifications sbt scala dependency to your build.sbt file:

libraryDependencies += "io.karte.android" % "notifications" % "2.10.0"

Advertisement