MVN

com.scoperetail.fusion : fusion-messaging

Maven & Gradle

Aug 19, 2021
3 usages
0 stars

fusion-messaging · Generic Messaging implementation

<dependency>
    <groupId>com.scoperetail.fusion</groupId>
    <artifactId>fusion-messaging</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.scoperetail.fusion : fusion-messaging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of com.scoperetail.fusion : fusion-messaging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
fusion-messaging-0.13
0.12
fusion-messaging-0.12
0.11
fusion-messaging-0.11
0.9
fusion-messaging-0.9
0.8
fusion-messaging-0.8
0.7
fusion-messaging-0.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.scoperetail.fusion</groupId>
    <artifactId>fusion-messaging</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.scoperetail.fusion : fusion-messaging gradle dependency to your build.gradle file:

implementation 'com.scoperetail.fusion:fusion-messaging:0.13'

Gradle Kotlin DSL: Add the following com.scoperetail.fusion : fusion-messaging gradle kotlin dependency to your build.gradle.kts file:

implementation("com.scoperetail.fusion:fusion-messaging:0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.scoperetail.fusion : fusion-messaging sbt scala dependency to your build.sbt file:

libraryDependencies += "com.scoperetail.fusion" % "fusion-messaging" % "0.13"

Advertisement