| License |
License |
|---|---|
| GroupId | GroupIdcom.github.stoneforever |
| ArtifactId | ArtifactIdrest-proxy |
| Last Version | Last Version1.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.stoneforever: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 | 37 KB |
| rest-proxy-1.1.2-sources.jar | 24 KB |
| rest-proxy-1.1.2-javadoc.jar | 186 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.stoneforever/rest-proxy/ -->
<dependency>
<groupId>com.github.stoneforever</groupId>
<artifactId>rest-proxy</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stoneforever/rest-proxy/
implementation 'com.github.stoneforever:rest-proxy:1.1.2'
// https://jarcasting.com/artifacts/com.github.stoneforever/rest-proxy/
implementation ("com.github.stoneforever:rest-proxy:1.1.2")
'com.github.stoneforever:rest-proxy:jar:1.1.2'
<dependency org="com.github.stoneforever" name="rest-proxy" rev="1.1.2">
<artifact name="rest-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stoneforever', module='rest-proxy', version='1.1.2')
)
libraryDependencies += "com.github.stoneforever" % "rest-proxy" % "1.1.2"
[com.github.stoneforever/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 |