MVN

com.immomo.cosmos.photon : thirdpush-fcm

Maven & Gradle

Aug 02, 2023
5 stars

cosmos · project description

<dependency>
    <groupId>com.immomo.cosmos.photon</groupId>
    <artifactId>thirdpush-fcm</artifactId>
    <version>2.6_080201_tt</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.immomo.cosmos.photon : thirdpush-fcm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6_080201_tt

All Versions

Choose a version of com.immomo.cosmos.photon : thirdpush-fcm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
thirdpush-fcm-2.5.1_041901_tt
thirdpush-fcm-2.5.1_032201_tt
thirdpush-fcm-2.5.0_122901_tt
thirdpush-fcm-2.5.0_122001_tt
thirdpush-fcm-2.5.0_101701_tt
thirdpush-fcm-2.5.0_070601_tt
2.4.x
thirdpush-fcm-2.4.2_070101_tt
thirdpush-fcm-2.4.2_063001_tt
thirdpush-fcm-2.4.1_062902_tt
thirdpush-fcm-2.4.0_062001_tt
thirdpush-fcm-2.4.0_061301_tt
thirdpush-fcm-2.4.0_061001_tt
2.6_080201_tt
thirdpush-fcm-2.6_080201_tt
2.6_072401_tt
thirdpush-fcm-2.6_072401_tt
2.6_070401_tt
thirdpush-fcm-2.6_070401_tt
2.6_062501_tt
thirdpush-fcm-2.6_062501_tt
1.1.x
thirdpush-fcm-1.1.3
thirdpush-fcm-1.1.2
thirdpush-fcm-1.1.1
thirdpush-fcm-1.1.5_061601
thirdpush-fcm-1.1.4_02262059
thirdpush-fcm-1.1.4_02182019
thirdpush-fcm-1.1.4_11221551
thirdpush-fcm-1.1.3_08131859

How to add a dependency to Maven

Add the following com.immomo.cosmos.photon : thirdpush-fcm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.immomo.cosmos.photon</groupId>
    <artifactId>thirdpush-fcm</artifactId>
    <version>2.6_080201_tt</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.immomo.cosmos.photon : thirdpush-fcm gradle dependency to your build.gradle file:

implementation 'com.immomo.cosmos.photon:thirdpush-fcm:2.6_080201_tt'

Gradle Kotlin DSL: Add the following com.immomo.cosmos.photon : thirdpush-fcm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.immomo.cosmos.photon:thirdpush-fcm:2.6_080201_tt")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.immomo.cosmos.photon : thirdpush-fcm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.immomo.cosmos.photon" % "thirdpush-fcm" % "2.6_080201_tt"

Advertisement