MVN

org.bitbucket.restgap : restgap

Maven & Gradle

Dec 25, 2020

RestGap · RestGap allows you to create REST clients based on JAX-RS interfaces in one line of code. It uses Spring's RestTemplate as back end.

<dependency>
    <groupId>org.bitbucket.restgap</groupId>
    <artifactId>restgap</artifactId>
    <version>0.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.6.1

All Versions

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

Version Vulnerabilities Updated
0.6.x
restgap-0.6.1
restgap-0.6.0
0.5.x
restgap-0.5.1
restgap-0.5.0
0.4.x
restgap-0.4.0
0.3.x
restgap-0.3.1
restgap-0.3.0
0.2.x
restgap-0.2.4
restgap-0.2.1
restgap-0.2.0
0.1.x
restgap-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bitbucket.restgap</groupId>
    <artifactId>restgap</artifactId>
    <version>0.6.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.bitbucket.restgap:restgap:0.6.1'

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

implementation("org.bitbucket.restgap:restgap:0.6.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.bitbucket.restgap" % "restgap" % "0.6.1"