Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
extensions-7.6.0.jar.asc | 2025-01-02 | 488 Bytes | |
util-7.6.0.jar | 2025-01-02 | 129.7 kB | |
net-7.6.0.jar | 2025-01-02 | 75.2 kB | |
config-7.6.0.jar | 2025-01-02 | 82.8 kB | |
net-7.6.0.jar.asc | 2025-01-02 | 488 Bytes | |
README.txt | 2025-01-02 | 647 Bytes | |
extensions-7.6.0.jar | 2025-01-02 | 100.2 kB | |
config-7.6.0.jar.asc | 2025-01-02 | 488 Bytes | |
feed-7.6.0.jar.asc | 2025-01-02 | 488 Bytes | |
core-7.6.0.jar | 2025-01-02 | 542.5 kB | |
core-7.6.0.jar.asc | 2025-01-02 | 488 Bytes | |
feed-7.6.0.jar | 2025-01-02 | 97.2 kB | |
util-7.6.0.jar.asc | 2025-01-02 | 488 Bytes | |
Totals: 13 Items | 1.0 MB | 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>7.6.0</version> </dependency> Gradle (long): implementation group: 'net.sf.ebus', name: 'core', version: '7.6.0' Gradle (short): implementation 'net.sf.ebus:core:7.6.0' eBus artifacts are: + bom + config + core + extensions + feed + net + util Note: eBus requires Java 11.