https://github.com/meteordevelopment/orbit
Extremely fast event system.
https://github.com/meteordevelopment/orbit
eventbus events java library
Last synced: 3 months ago
JSON representation
Extremely fast event system.
- Host: GitHub
- URL: https://github.com/meteordevelopment/orbit
- Owner: MeteorDevelopment
- License: mit
- Created: 2021-01-26T15:00:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T13:15:02.000Z (over 1 year ago)
- Last Synced: 2025-04-23T21:08:24.394Z (3 months ago)
- Topics: eventbus, events, java, library
- Language: Java
- Homepage:
- Size: 99.6 KB
- Stars: 52
- Watchers: 3
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Orbit
Extremely fast event system.## Gradle
```groovy
repositories {
maven {
name = "meteor-maven"
url = "https://maven.meteordev.org/releases"
}
}dependencies {
implementation "meteordevelopment:orbit:0.2.3"
}
```## Examples
For examples check out `src/test/java/test/Main.java`.