is not current version
Last Version 3.2.1

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

A simple standalone REST proxy server using Spring Boot

GroupId

GroupId

edu.wisc.my.restproxy
ArtifactId

ArtifactId

rest-proxy-boot
Version

Version

2.1.3
Type

Type

jar

Download rest-proxy-boot 2.1.3


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