MVN

com.amplifyframework : aws-push-notifications-pinpoint-common

Maven & Gradle

Aug 24, 2023
229 stars

Amplify Framework for Android - Push Notifications Utilities · Amplify Framework for Android - Push Notifications Utilties for Amazon Pinpoint

<dependency>
    <groupId>com.amplifyframework</groupId>
    <artifactId>aws-push-notifications-pinpoint-common</artifactId>
    <version>2.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amplifyframework : aws-push-notifications-pinpoint-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.12.0

All Versions

Choose a version of com.amplifyframework : aws-push-notifications-pinpoint-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.12.x
aws-push-notifications-pinpoint-common-2.12.0
2.11.x
aws-push-notifications-pinpoint-common-2.11.3
aws-push-notifications-pinpoint-common-2.11.2
aws-push-notifications-pinpoint-common-2.11.1
aws-push-notifications-pinpoint-common-2.11.0
2.10.x
aws-push-notifications-pinpoint-common-2.10.0
2.9.x
aws-push-notifications-pinpoint-common-2.9.1
aws-push-notifications-pinpoint-common-2.9.0
2.8.x
aws-push-notifications-pinpoint-common-2.8.7
aws-push-notifications-pinpoint-common-2.8.6
aws-push-notifications-pinpoint-common-2.8.5
aws-push-notifications-pinpoint-common-2.8.4
aws-push-notifications-pinpoint-common-2.8.3
aws-push-notifications-pinpoint-common-2.8.2
aws-push-notifications-pinpoint-common-2.8.1
aws-push-notifications-pinpoint-common-2.8.0
2.7.x
aws-push-notifications-pinpoint-common-2.7.1
aws-push-notifications-pinpoint-common-2.7.0
2.6.x
aws-push-notifications-pinpoint-common-2.6.0
2.5.x
aws-push-notifications-pinpoint-common-2.5.0

How to add a dependency to Maven

Add the following com.amplifyframework : aws-push-notifications-pinpoint-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.amplifyframework</groupId>
    <artifactId>aws-push-notifications-pinpoint-common</artifactId>
    <version>2.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amplifyframework : aws-push-notifications-pinpoint-common gradle dependency to your build.gradle file:

implementation 'com.amplifyframework:aws-push-notifications-pinpoint-common:2.12.0'

Gradle Kotlin DSL: Add the following com.amplifyframework : aws-push-notifications-pinpoint-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amplifyframework:aws-push-notifications-pinpoint-common:2.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amplifyframework : aws-push-notifications-pinpoint-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amplifyframework" % "aws-push-notifications-pinpoint-common" % "2.12.0"

Advertisement