MVN

com.metaring : framework-ext-vertx-broadcast

Maven & Gradle

Mar 20, 2020

MetaRing Vert.x Broadcast Extension · Broadcast Extension made in Vert.x for the MetaRing Framework

<dependency>
    <groupId>com.metaring</groupId>
    <artifactId>framework-ext-vertx-broadcast</artifactId>
    <version>1.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.metaring : framework-ext-vertx-broadcast to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.5

All Versions

Choose a version of com.metaring : framework-ext-vertx-broadcast to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
framework-ext-vertx-broadcast-1.5.5
framework-ext-vertx-broadcast-1.5.4
framework-ext-vertx-broadcast-1.5.3
framework-ext-vertx-broadcast-1.5.2
framework-ext-vertx-broadcast-1.5.1
framework-ext-vertx-broadcast-1.5.0
1.3.x
framework-ext-vertx-broadcast-1.3.3
framework-ext-vertx-broadcast-1.3.2
framework-ext-vertx-broadcast-1.3.1
framework-ext-vertx-broadcast-1.3.0
1.2.x
framework-ext-vertx-broadcast-1.2.9
framework-ext-vertx-broadcast-1.2.8
framework-ext-vertx-broadcast-1.2.4
framework-ext-vertx-broadcast-1.2.3
framework-ext-vertx-broadcast-1.2.2
framework-ext-vertx-broadcast-1.2.1
1.1.x
framework-ext-vertx-broadcast-1.1.8
framework-ext-vertx-broadcast-1.1.7
framework-ext-vertx-broadcast-1.1.6
framework-ext-vertx-broadcast-1.1.5
framework-ext-vertx-broadcast-1.1.1
1.0.x
framework-ext-vertx-broadcast-1.0.8
framework-ext-vertx-broadcast-1.0.7
framework-ext-vertx-broadcast-1.0.6
framework-ext-vertx-broadcast-1.0.4
framework-ext-vertx-broadcast-1.0.3
framework-ext-vertx-broadcast-1.0.1
framework-ext-vertx-broadcast-1.0.0

How to add a dependency to Maven

Add the following com.metaring : framework-ext-vertx-broadcast maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.metaring</groupId>
    <artifactId>framework-ext-vertx-broadcast</artifactId>
    <version>1.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.metaring : framework-ext-vertx-broadcast gradle dependency to your build.gradle file:

implementation 'com.metaring:framework-ext-vertx-broadcast:1.5.5'

Gradle Kotlin DSL: Add the following com.metaring : framework-ext-vertx-broadcast gradle kotlin dependency to your build.gradle.kts file:

implementation("com.metaring:framework-ext-vertx-broadcast:1.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.metaring : framework-ext-vertx-broadcast sbt scala dependency to your build.sbt file:

libraryDependencies += "com.metaring" % "framework-ext-vertx-broadcast" % "1.5.5"