Last Version

Rest Proxy Boot 3.2.1

A simple standalone REST proxy server using Spring Boot

License

License

GroupId

GroupId

edu.wisc.my.restproxy
ArtifactId

ArtifactId

rest-proxy-boot
Version

Version

3.2.1
Type

Type

jar
Description

Description

Rest Proxy Boot
A simple standalone REST proxy server using Spring Boot
Project URL

Project URL

https://github.com/UW-Madison-DoIT/rest-proxy
Source Code Management

Source Code Management

https://github.com/UW-Madison-DoIT/rest-proxy

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

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 1.3.6.RELEASE
org.springframework.boot : spring-boot-starter-actuator jar null
edu.wisc.my.restproxy : rest-proxy-core jar 3.2.1

Project Modules

There are no modules declared in this project.