MVN

com.squareup.retrofit2 : retrofit-bom

Maven & Gradle

Mar 18, 2024
42.6k stars

Retrofit BOM · A BOM for managing Retrofit dependencies.

<dependency>
    <groupId>com.squareup.retrofit2</groupId>
    <artifactId>retrofit-bom</artifactId>
    <version>2.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.retrofit2 : retrofit-bom to add to Maven - Latest Versions:

  • Latest Stable: 2.10.0

All Versions

Choose a version of com.squareup.retrofit2 : retrofit-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
2.10.x
retrofit-bom-2.10.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.squareup.retrofit2</groupId>
    <artifactId>retrofit-bom</artifactId>
    <version>2.10.0</version>
</dependency>

Advertisement