is not current version
Last Version 3.2.1

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

A simple standalone REST proxy server using Spring Boot

GroupId

GroupId

edu.wisc.my.restproxy
ArtifactId

ArtifactId

rest-proxy-boot
Version

Version

3.0.1
Type

Type

jar

Download rest-proxy-boot 3.0.1


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