MVN

org.jretrofit : jretrofit

Maven & Gradle

May 19, 2010
1 usages
2 stars

JRetrofit · A Java library for adding interfaces to objects at runtime.

<dependency>
    <groupId>org.jretrofit</groupId>
    <artifactId>jretrofit</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jretrofit : jretrofit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of org.jretrofit : jretrofit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
jretrofit-1.1

How to add a dependency to Maven

Add the following org.jretrofit : jretrofit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jretrofit</groupId>
    <artifactId>jretrofit</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jretrofit : jretrofit gradle dependency to your build.gradle file:

implementation 'org.jretrofit:jretrofit:1.1'

Gradle Kotlin DSL: Add the following org.jretrofit : jretrofit gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jretrofit:jretrofit:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jretrofit : jretrofit sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jretrofit" % "jretrofit" % "1.1"

Advertisement

Dependencies from Group

May 19, 2010
1 usages
2 stars

Discover Dependencies

cm
Nov 27, 2007
13 usages
Dec 28, 2005
14 usages
Dec 27, 2008
3 usages
Mar 12, 2014
3 usages
Jan 07, 2015
3 usages
19 stars
Apr 02, 2014
10 usages
1 stars
Sep 20, 2005
1 usages
Nov 09, 2014
5 usages
236 stars