Retrofit is a type-safe HTTP client for Android and Java, simplifying REST API communication through annotation-based interface definitions.
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</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.
Creates a Retrofit instance and defines a REST API interface.
Update imports from retrofit2 to retrofit (new package) and check for API changes in call adapters and converters.
No dependency data recorded yet.