bitrich-info / xchange-stream

XChange-stream is a Java library providing a simple and consistent streaming API for interacting with Bitcoin and other crypto currency exchanges via WebSocket protocol. It is build on top of of XChange library providing new interfaces for streaming API. User can subscribe for live updates via reactive streams of RxJava library.
Apache License 2.0
413 stars 219 forks source link

Exchange specific artifacts for 4.4.2 not on Maven Central #564

Closed camodude009 closed 4 years ago

camodude009 commented 4 years ago

xchange-stream-core:4.4.2 is available (see https://search.maven.org/search?q=a:xchange-stream-core) The specific exchanges, e.g. xchange-binance:4.4.2 is not (see https://search.maven.org/search?q=a:xchange-binance)

As 4.4.2 was released, I would expect all the exchanges to be released aswell or am I missing something?

badgerwithagun commented 4 years ago

They've been renamed: https://search.maven.org/search?q=a:xchange-stream-binance

camodude009 commented 4 years ago

Thanks, should have thought of that, especially with talks about merging!

badgerwithagun commented 4 years ago

No worries!