is not current version
Last Version 3.2.1

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

A simple standalone REST proxy server using Spring Boot

GroupId

GroupId

edu.wisc.my.restproxy
ArtifactId

ArtifactId

rest-proxy-boot
Version

Version

2.1.4
Type

Type

jar

Download rest-proxy-boot 2.1.4


<!-- https://jarcasting.com/artifacts/edu.wisc.my.restproxy/rest-proxy-boot/ -->
<dependency>
    <groupId>edu.wisc.my.restproxy</groupId>
    <artifactId>rest-proxy-boot</artifactId>
    <version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/edu.wisc.my.restproxy/rest-proxy-boot/
implementation 'edu.wisc.my.restproxy:rest-proxy-boot:2.1.4'
// https://jarcasting.com/artifacts/edu.wisc.my.restproxy/rest-proxy-boot/
implementation ("edu.wisc.my.restproxy:rest-proxy-boot:2.1.4")
'edu.wisc.my.restproxy:rest-proxy-boot:jar:2.1.4'
<dependency org="edu.wisc.my.restproxy" name="rest-proxy-boot" rev="2.1.4">
  <artifact name="rest-proxy-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.wisc.my.restproxy', module='rest-proxy-boot', version='2.1.4')
)
libraryDependencies += "edu.wisc.my.restproxy" % "rest-proxy-boot" % "2.1.4"
[edu.wisc.my.restproxy/rest-proxy-boot "2.1.4"]