Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
config-7.1.0.jar | 2023-12-14 | 77.1 kB | |
extensions-7.1.0.jar | 2023-12-14 | 75.8 kB | |
net-7.1.0.jar | 2023-12-14 | 76.7 kB | |
README.txt | 2023-12-14 | 681 Bytes | |
core-7.1.0.jar | 2023-12-14 | 508.5 kB | |
feed-7.1.0.jar | 2023-12-14 | 87.8 kB | |
util-7.1.0.jar | 2023-12-14 | 129.1 kB | |
Totals: 7 Items | 955.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>7.1.0</version> </dependency> Gradle (long): implementation group: 'net.sf.ebus', name: 'core', version: '7.1.0' Gradle (short): implementation 'net.sf.ebus:core:7.1.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.