Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eventbus-java not available on Maven Central #683

Closed
koczadly opened this issue Dec 5, 2021 · 3 comments
Closed

eventbus-java not available on Maven Central #683

koczadly opened this issue Dec 5, 2021 · 3 comments

Comments

@koczadly
Copy link

koczadly commented Dec 5, 2021

Apologies if I'm missing or misunderstanding something here.

The readme document mentions an eventbus-java artifact, presumably for use with non-Android apps. I've tried pasting the Maven dependency example into my project and it can't be resolved. Unlike the android variant, this one doesn't appear to be available on Maven Central — is it perhaps hosted elsewhere? Or is the proper use to only use the standard eventbus dependency, regardless of Android status.

@greenrobot-team
Copy link
Collaborator

greenrobot-team commented Dec 6, 2021

eventbus-java is currently only available as a snapshot release. You need to add the Maven Central snapshot repository to use this preview. #552 (comment)

To use the current stable version instead see the 2.2.0 README: https://github.com/greenrobot/EventBus/tree/V3.2.0#add-eventbus-to-your-project

@greenrobot-team
Copy link
Collaborator

Latest release, with eventbus-java, available on Maven Central now. https://github.com/greenrobot/EventBus#add-eventbus-to-your-project

@koczadly
Copy link
Author

Latest release, with eventbus-java, available on Maven Central now. https://github.com/greenrobot/EventBus#add-eventbus-to-your-project

Awesome, thank you! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants