Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
net-7.0.0.jar | 2023-10-09 | 76.8 kB | |
config-7.0.0.jar | 2023-10-09 | 77.3 kB | |
README.txt | 2023-10-09 | 681 Bytes | |
util-7.0.0.jar | 2023-10-09 | 129.2 kB | |
core-7.0.0.jar | 2023-10-09 | 499.2 kB | |
extensions-7.0.0.jar | 2023-10-09 | 75.8 kB | |
feed-7.0.0.jar | 2023-10-09 | 88.0 kB | |
Totals: 7 Items | 946.8 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>7.0.0</version> </dependency> Gradle (long): implementation group: 'net.sf.ebus', name: 'core', version: '7.0.0' Gradle (short): implementation 'net.sf.ebus:core:7.0.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.