Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
config-7.5.0.jar | 2024-12-17 | 82.8 kB | |
extensions-7.5.0.jar | 2024-12-17 | 100.2 kB | |
util-7.5.0.jar.asc | 2024-12-17 | 488 Bytes | |
config-7.5.0.jar.asc | 2024-12-17 | 488 Bytes | |
README.txt | 2024-12-17 | 681 Bytes | |
util-7.5.0.jar | 2024-12-17 | 129.7 kB | |
core-7.5.0.jar.asc | 2024-12-17 | 488 Bytes | |
net-7.5.0.jar | 2024-12-17 | 75.2 kB | |
feed-7.5.0.jar.asc | 2024-12-17 | 488 Bytes | |
net-7.5.0.jar.asc | 2024-12-17 | 488 Bytes | |
extensions-7.5.0.jar.asc | 2024-12-17 | 488 Bytes | |
feed-7.5.0.jar | 2024-12-17 | 97.2 kB | |
core-7.5.0.jar | 2024-12-17 | 533.0 kB | |
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.5.0</version> </dependency> Gradle (long): implementation group: 'net.sf.ebus', name: 'core', version: '7.5.0' Gradle (short): implementation 'net.sf.ebus:core:7.5.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.