| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| net-7.2.0.jar | 2024-01-20 | 76.7 kB | |
| extensions-7.2.0.jar | 2024-01-20 | 76.1 kB | |
| README.txt | 2024-01-20 | 681 Bytes | |
| util-7.2.0.jar | 2024-01-20 | 128.8 kB | |
| config-7.2.0.jar | 2024-01-20 | 77.1 kB | |
| core-7.2.0.jar | 2024-01-20 | 509.9 kB | |
| feed-7.2.0.jar | 2024-01-20 | 99.2 kB | |
| Totals: 7 Items | 968.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.2.0</version> </dependency> Gradle (long): implementation group: 'net.sf.ebus', name: 'core', version: '7.2.0' Gradle (short): implementation 'net.sf.ebus:core:7.2.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.