Download Latest Version config-7.6.2.jar (82.7 kB)
Email in envelope

Get an email when there's a new version of eBus

Home / eBus 6.6.0 / Library
Name Modified Size InfoDownloads / Week
Parent folder
net-6.6.0.jar 2023-07-29 76.0 kB
README.txt 2023-07-29 681 Bytes
util-6.6.0.jar 2023-07-29 127.7 kB
config-6.6.0.jar 2023-07-29 75.7 kB
core-6.6.0.jar 2023-07-29 491.4 kB
extensions-6.6.0.jar 2023-07-29 74.4 kB
feed-6.6.0.jar 2023-07-29 85.6 kB
Totals: 7 Items   931.4 kB 0
eBus Library

Contains the eBus API Java jar files. While the files are
provided here it is recommended for maven-based projects to use
the following dependency to acquire eBus jar files from
repository

https://mvnrepository.com/artifact/net.sf.ebus/core

Maven:

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

Gradle (long):

implementation group: 'net.sf.ebus', name: 'core', version: '6.6.0'

Gradle (short):

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


This is if you are using the core eBus functionality. If using
only the network functionality then the artifactId is net.

Note: eBus requires Java 11.
Source: README.txt, updated 2023-07-29