A Retrofit CallAdapter that enables returning RxJava Observable, Single, Completable, and Maybe types from service methods.
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>adapter-rxjava</artifactId>
<version>3.0.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a Retrofit instance with RxJava call adapter factory.
Use com.squareup.retrofit2:adapter-rxjava2 or adapter-rxjava3 for RxJava 2/3.
No dependency data recorded yet.