MVN

com.infinum.jsonapix : retrofit

Maven & Gradle

Mar 11, 2023
35 stars

JsonApiX Retrofit · JsonApiX Retrofit module

<dependency>
    <groupId>com.infinum.jsonapix</groupId>
    <artifactId>retrofit</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.infinum.jsonapix : retrofit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1
  • Latest Beta: 1.0.0-beta02
  • Latest Alpha: 1.0.0-alpha02

All Versions

Choose a version of com.infinum.jsonapix : retrofit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
retrofit-1.0.0-beta02
retrofit-1.0.0-beta01
retrofit-1.0.0-alpha02
retrofit-1.0.0-alpha
0.0.x
retrofit-0.0.1

How to add a dependency to Maven

Add the following com.infinum.jsonapix : retrofit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.infinum.jsonapix</groupId>
    <artifactId>retrofit</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.infinum.jsonapix : retrofit gradle dependency to your build.gradle file:

implementation 'com.infinum.jsonapix:retrofit:0.0.1'

Gradle Kotlin DSL: Add the following com.infinum.jsonapix : retrofit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.infinum.jsonapix:retrofit:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.infinum.jsonapix : retrofit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.infinum.jsonapix" % "retrofit" % "0.0.1"

Advertisement