MVN

com.wizzdi : messaging-firebase-model

Maven & Gradle

Aug 24, 2023
<dependency>
    <groupId>com.wizzdi</groupId>
    <artifactId>messaging-firebase-model</artifactId>
    <version>6.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wizzdi : messaging-firebase-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.7

All Versions

Choose a version of com.wizzdi : messaging-firebase-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
messaging-firebase-model-6.0.7
messaging-firebase-model-6.0.6
messaging-firebase-model-6.0.5
messaging-firebase-model-6.0.4
messaging-firebase-model-6.0.3
messaging-firebase-model-6.0.2
messaging-firebase-model-6.0.1
4.1.x
messaging-firebase-model-4.1.5

How to add a dependency to Maven

Add the following com.wizzdi : messaging-firebase-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wizzdi</groupId>
    <artifactId>messaging-firebase-model</artifactId>
    <version>6.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wizzdi : messaging-firebase-model gradle dependency to your build.gradle file:

implementation 'com.wizzdi:messaging-firebase-model:6.0.7'

Gradle Kotlin DSL: Add the following com.wizzdi : messaging-firebase-model gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wizzdi:messaging-firebase-model:6.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wizzdi : messaging-firebase-model sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wizzdi" % "messaging-firebase-model" % "6.0.7"

Advertisement