MVN

com.thirdpartylabs : servicebus

Maven & Gradle

Jul 20, 2021
0 stars

ServiceBus is a Java library that enables the communication between components via events, commands, and request-response.

<dependency>
    <groupId>com.thirdpartylabs</groupId>
    <artifactId>servicebus</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thirdpartylabs : servicebus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.thirdpartylabs : servicebus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
servicebus-0.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.thirdpartylabs</groupId>
    <artifactId>servicebus</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thirdpartylabs : servicebus gradle dependency to your build.gradle file:

implementation 'com.thirdpartylabs:servicebus:0.0.3'

Gradle Kotlin DSL: Add the following com.thirdpartylabs : servicebus gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thirdpartylabs:servicebus:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thirdpartylabs : servicebus sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thirdpartylabs" % "servicebus" % "0.0.3"

Advertisement

Dependencies from Group

Nov 03, 2022
1 stars
Jul 20, 2021
0 stars

Discover Dependencies

Jul 20, 2021
7 usages
0 stars
Jul 20, 2021
2 usages
8 stars
Feb 17, 2022
0 stars
Jul 20, 2021
2 stars
Jul 20, 2021
27 usages
2 stars
Feb 16, 2022
2 stars
Jul 20, 2021
2 stars
Nov 07, 2022
2 stars