Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
config-6.5.0.jar | 2023-06-19 | 74.9 kB | |
extensions-6.5.0.jar | 2023-06-19 | 74.4 kB | |
net-6.5.0.jar | 2023-06-19 | 75.5 kB | |
README.txt | 2023-06-19 | 681 Bytes | |
core-6.5.0.jar | 2023-06-19 | 494.6 kB | |
feed-6.5.0.jar | 2023-06-19 | 85.6 kB | |
util-6.5.0.jar | 2023-06-19 | 127.0 kB | |
Totals: 7 Items | 932.7 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.5.0</version> </dependency> Gradle (long): implementation group: 'net.sf.ebus', name: 'core', version: '6.5.0' Gradle (short): implementation 'net.sf.ebus:core:6.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.