MVN

com.wealdtech : wealdtech-gcm

Maven & Gradle

Aug 26, 2014
0 stars

Wealdtech Google Cloud Messaging · Weald Technology GCM server files

<dependency>
    <groupId>com.wealdtech</groupId>
    <artifactId>wealdtech-gcm</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wealdtech : wealdtech-gcm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.wealdtech : wealdtech-gcm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
wealdtech-gcm-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.wealdtech</groupId>
    <artifactId>wealdtech-gcm</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wealdtech : wealdtech-gcm gradle dependency to your build.gradle file:

implementation 'com.wealdtech:wealdtech-gcm:2.0.0'

Gradle Kotlin DSL: Add the following com.wealdtech : wealdtech-gcm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wealdtech:wealdtech-gcm:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wealdtech : wealdtech-gcm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wealdtech" % "wealdtech-gcm" % "2.0.0"

Advertisement