MVN

com.kroegerama.android-kaiteki : retrofit

Maven & Gradle

Jun 20, 2023
8 stars

Android Kaiteki · A set of helper classes for modern android projects.

<dependency>
    <groupId>com.kroegerama.android-kaiteki</groupId>
    <artifactId>retrofit</artifactId>
    <version>4.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kroegerama.android-kaiteki : retrofit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.1

All Versions

Choose a version of com.kroegerama.android-kaiteki : retrofit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
retrofit-4.7.1
retrofit-4.7.0
4.6.x
retrofit-4.6.1
retrofit-4.6.0
4.5.x
retrofit-4.5.2
retrofit-4.5.1
retrofit-4.5.0
4.4.x
retrofit-4.4.1
retrofit-4.4.0
4.3.x
retrofit-4.3.2
retrofit-4.3.1
retrofit-4.3.0
4.2.x
retrofit-4.2.6
retrofit-4.2.5
retrofit-4.2.4
retrofit-4.2.3
retrofit-4.2.2
retrofit-4.2.1
retrofit-4.2.0
4.1.x
retrofit-4.1.6
retrofit-4.1.5
retrofit-4.1.4
retrofit-4.1.2
retrofit-4.1.1
retrofit-4.1.0
4.0.x
retrofit-4.0.4
retrofit-4.0.3

How to add a dependency to Maven

Add the following com.kroegerama.android-kaiteki : retrofit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kroegerama.android-kaiteki</groupId>
    <artifactId>retrofit</artifactId>
    <version>4.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kroegerama.android-kaiteki : retrofit gradle dependency to your build.gradle file:

implementation 'com.kroegerama.android-kaiteki:retrofit:4.7.1'

Gradle Kotlin DSL: Add the following com.kroegerama.android-kaiteki : retrofit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kroegerama.android-kaiteki:retrofit:4.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kroegerama.android-kaiteki : retrofit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kroegerama.android-kaiteki" % "retrofit" % "4.7.1"