License |
License |
---|---|
GroupId | GroupIdcom.github.LinYuanBaoBao |
ArtifactId | ArtifactIdhttp-proxy-servlet |
Last Version | Last Version1.0.2-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttp-proxy-servlet
Supports servlets for http and https request proxy
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.LinYuanBaoBao/http-proxy-servlet/ -->
<dependency>
<groupId>com.github.LinYuanBaoBao</groupId>
<artifactId>http-proxy-servlet</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.LinYuanBaoBao/http-proxy-servlet/
implementation 'com.github.LinYuanBaoBao:http-proxy-servlet:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.LinYuanBaoBao/http-proxy-servlet/
implementation ("com.github.LinYuanBaoBao:http-proxy-servlet:1.0.2-RELEASE")
'com.github.LinYuanBaoBao:http-proxy-servlet:jar:1.0.2-RELEASE'
<dependency org="com.github.LinYuanBaoBao" name="http-proxy-servlet" rev="1.0.2-RELEASE">
<artifact name="http-proxy-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.LinYuanBaoBao', module='http-proxy-servlet', version='1.0.2-RELEASE')
)
libraryDependencies += "com.github.LinYuanBaoBao" % "http-proxy-servlet" % "1.0.2-RELEASE"
[com.github.LinYuanBaoBao/http-proxy-servlet "1.0.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.6 |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.apache.commons : commons-lang3 | jar | 3.9 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.14.0 |
junit : junit | jar | 4.12 |