MVN

edu.wisc.my.restproxy : rest-proxy-boot

Maven & Gradle

Mar 04, 2017
4 stars

Rest Proxy Boot · A simple standalone REST proxy server using Spring Boot

<dependency>
    <groupId>edu.wisc.my.restproxy</groupId>
    <artifactId>rest-proxy-boot</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.wisc.my.restproxy : rest-proxy-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1

All Versions

Choose a version of edu.wisc.my.restproxy : rest-proxy-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
rest-proxy-boot-3.2.1
rest-proxy-boot-3.2.0
3.1.x
rest-proxy-boot-3.1.0
3.0.x
rest-proxy-boot-3.0.1
2.2.x
rest-proxy-boot-2.2.0
2.1.x
rest-proxy-boot-2.1.4
rest-proxy-boot-2.1.3
rest-proxy-boot-2.1.2
rest-proxy-boot-2.1.1

How to add a dependency to Maven

Add the following edu.wisc.my.restproxy : rest-proxy-boot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.wisc.my.restproxy</groupId>
    <artifactId>rest-proxy-boot</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.wisc.my.restproxy : rest-proxy-boot gradle dependency to your build.gradle file:

implementation 'edu.wisc.my.restproxy:rest-proxy-boot:3.2.1'

Gradle Kotlin DSL: Add the following edu.wisc.my.restproxy : rest-proxy-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.wisc.my.restproxy:rest-proxy-boot:3.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.wisc.my.restproxy : rest-proxy-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.wisc.my.restproxy" % "rest-proxy-boot" % "3.2.1"

Advertisement