| License | License | 
|---|---|
| GroupId | GroupIdcom.flowyun | 
| ArtifactId | ArtifactIdrest-proxy | 
| Last Version | Last Version1.1.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncom.flowyun:rest-proxy Spring Rest Enhancement | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| rest-proxy-1.1.2.pom | |
| rest-proxy-1.1.2.jar | 36 KB | 
| rest-proxy-1.1.2-sources.jar | 24 KB | 
| rest-proxy-1.1.2-javadoc.jar | 184 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.flowyun/rest-proxy/ -->
<dependency>
    <groupId>com.flowyun</groupId>
    <artifactId>rest-proxy</artifactId>
    <version>1.1.2</version>
</dependency>// https://jarcasting.com/artifacts/com.flowyun/rest-proxy/
implementation 'com.flowyun:rest-proxy:1.1.2'// https://jarcasting.com/artifacts/com.flowyun/rest-proxy/
implementation ("com.flowyun:rest-proxy:1.1.2")'com.flowyun:rest-proxy:jar:1.1.2'<dependency org="com.flowyun" name="rest-proxy" rev="1.1.2">
  <artifact name="rest-proxy" type="jar" />
</dependency>@Grapes(
@Grab(group='com.flowyun', module='rest-proxy', version='1.1.2')
)libraryDependencies += "com.flowyun" % "rest-proxy" % "1.1.2"[com.flowyun/rest-proxy "1.1.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework : spring-web Optional | jar | 5.2.4.RELEASE | 
| org.springframework : spring-context Optional | jar | 5.2.3.RELEASE | 
| com.google.guava : guava Optional | jar | 28.2-jre |