r

retrofit-bom

A BOM for managing Retrofit dependencies.
https://github.com/square/retrofit
The Apache Software License, Version 2.0
Square, Inc.
Files download
File Operation
retrofit-bom-2.11.0.pom download
Apache Maven
<dependency>
  <groupId>com.squareup.retrofit2</groupId>
  <artifactId>retrofit-bom</artifactId>
  <version>2.11.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.squareup.retrofit2:retrofit-bom:2.11.0'
Gradle Kotlin
implementation("com.squareup.retrofit2:retrofit-bom:2.11.0")
Scala SBT
libraryDependencies += "com.squareup.retrofit2" % "retrofit-bom" % "2.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.retrofit2', module='retrofit-bom', version='2.11.0')
)
Apache Ivy
<dependency org="com.squareup.retrofit2" name="retrofit-bom" rev="2.11.0" />
Leiningen
[com.squareup.retrofit2/retrofit-bom "2.11.0"]
Apache Buildr
'com.squareup.retrofit2:retrofit-bom:jar:2.11.0'
Dependencies
The project has no third-party dependencies