You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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 standardeventbus
dependency, regardless of Android status.The text was updated successfully, but these errors were encountered: