MVN

io.zbus : zbus

Maven & Gradle

Oct 24, 2018
5 usages

zbus · a lightweight yet powerful RPC and messaging framework to build service bus

<dependency>
    <groupId>io.zbus</groupId>
    <artifactId>zbus</artifactId>
    <version>1.0.0-b1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.zbus : zbus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-b1

All Versions

Choose a version of io.zbus : zbus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
zbus-1.0.0-b1
0.11.x
zbus-0.11.5
zbus-0.11.4
zbus-0.11.3
zbus-0.11.2
zbus-0.11.1
zbus-0.11.0
0.10.x
zbus-0.10.2
zbus-0.10.1
zbus-0.10.0
0.9.x
zbus-0.9.4
zbus-0.9.3
zbus-0.9.2
zbus-0.9.1
zbus-0.9.0
0.8.x
zbus-0.8.4
zbus-0.8.3
zbus-0.8.2
zbus-0.8.1

How to add a dependency to Maven

Add the following io.zbus : zbus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.zbus</groupId>
    <artifactId>zbus</artifactId>
    <version>1.0.0-b1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.zbus : zbus gradle dependency to your build.gradle file:

implementation 'io.zbus:zbus:1.0.0-b1'

Gradle Kotlin DSL: Add the following io.zbus : zbus gradle kotlin dependency to your build.gradle.kts file:

implementation("io.zbus:zbus:1.0.0-b1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.zbus : zbus sbt scala dependency to your build.sbt file:

libraryDependencies += "io.zbus" % "zbus" % "1.0.0-b1"

Advertisement