MVN

net.sf.doolin : doolin-bus

Maven & Gradle

Sep 16, 2011

Doolin Bus · The Doolin Bus framework provides a way to send messages synchronously within the same application. It is extensively used by the Doolin GUI framework for internal communication between components.

<dependency>
    <groupId>net.sf.doolin</groupId>
    <artifactId>doolin-bus</artifactId>
    <version>0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.doolin : doolin-bus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11
  • Latest Release Candidate: 1.0.RC1

All Versions

Choose a version of net.sf.doolin : doolin-bus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
doolin-bus-1.0.RC1
0.11
doolin-bus-0.11

How to add a dependency to Maven

Add the following net.sf.doolin : doolin-bus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.doolin</groupId>
    <artifactId>doolin-bus</artifactId>
    <version>0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.doolin : doolin-bus gradle dependency to your build.gradle file:

implementation 'net.sf.doolin:doolin-bus:0.11'

Gradle Kotlin DSL: Add the following net.sf.doolin : doolin-bus gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.doolin:doolin-bus:0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.doolin : doolin-bus sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.doolin" % "doolin-bus" % "0.11"

Advertisement

Dependencies from Group

Apr 01, 2011
5 usages
Sep 16, 2011
5 usages
Apr 04, 2011
5 usages
Apr 04, 2011
2 usages
Sep 16, 2011
1 usages

Discover Dependencies

Aug 20, 2014
2 usages
11 stars
Sep 16, 2011
1 usages
123 stars
Apr 05, 2014
1 usages
Feb 26, 2013
1 usages
85 stars
Sep 20, 2005
1 usages
Jan 07, 2013
1 usages
2 stars
Sep 16, 2011
1 usages
123 stars
Aug 25, 2013
1 usages
0 stars