MVN

net.sf.ebus : net

Maven & Gradle

Jul 29, 2023
1 usages

eBus Network

<dependency>
    <groupId>net.sf.ebus</groupId>
    <artifactId>net</artifactId>
    <version>6.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.6.0

All Versions

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

Version Vulnerabilities Updated
6.6.x
net-6.6.0
6.5.x
net-6.5.0
6.4.x
net-6.4.1
net-6.4.0
6.3.x
net-6.3.0
6.2.x
net-6.2.0
6.1.x
net-6.1.0
6.0.x
net-6.0.1
net-6.0.0
5.8.x
net-5.8.0
5.7.x
net-5.7.0
5.6.x
net-5.6.0
5.5.x
net-5.5.0
5.4.x
net-5.4.0
5.3.x
net-5.3.5
net-5.3.4
net-5.3.3
net-5.3.2
net-5.3.1
net-5.3.0
5.2.x
net-5.2.2
net-5.2.1
net-5.2.0
5.1.x
net-5.1.0
5.0.x
net-5.0.1
net-5.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sf.ebus</groupId>
    <artifactId>net</artifactId>
    <version>6.6.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.sf.ebus:net:6.6.0'

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

implementation("net.sf.ebus:net:6.6.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sf.ebus" % "net" % "6.6.0"

Advertisement