MVN

fr.myprysm.vertx : vertx-retrofit

Maven & Gradle

Jun 21, 2018
1 usages
2 stars

Brings some facility to setup quickly retrofit interfaces with RxJava2 and Vert.x Json API Support

<dependency>
    <groupId>fr.myprysm.vertx</groupId>
    <artifactId>vertx-retrofit</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.myprysm.vertx : vertx-retrofit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.3

All Versions

Choose a version of fr.myprysm.vertx : vertx-retrofit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
vertx-retrofit-0.1.3
vertx-retrofit-0.1.2
vertx-retrofit-0.1.1

How to add a dependency to Maven

Add the following fr.myprysm.vertx : vertx-retrofit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.myprysm.vertx</groupId>
    <artifactId>vertx-retrofit</artifactId>
    <version>0.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.myprysm.vertx : vertx-retrofit gradle dependency to your build.gradle file:

implementation 'fr.myprysm.vertx:vertx-retrofit:0.1.3'

Gradle Kotlin DSL: Add the following fr.myprysm.vertx : vertx-retrofit gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.myprysm.vertx:vertx-retrofit:0.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.myprysm.vertx : vertx-retrofit sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.myprysm.vertx" % "vertx-retrofit" % "0.1.3"

Advertisement

Dependencies from Group

Jun 21, 2018
5 usages
2 stars
Jun 21, 2018
4 usages
2 stars
Jun 21, 2018
2 usages
2 stars
Jun 20, 2018
2 usages
2 stars
Jun 21, 2018
1 usages
2 stars

Discover Dependencies