| License | License | 
|---|---|
| GroupId | GroupIdorg.baswell | 
| ArtifactId | ArtifactIdhttproxy | 
| Last Version | Last Version1.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionRoutes A low overhead Java HTTP proxy. | 
| Filename | Size | 
|---|---|
| httproxy-1.2.pom | |
| httproxy-1.2.jar | 51 KB | 
| httproxy-1.2-sources.jar | 19 KB | 
| httproxy-1.2-javadoc.jar | 61 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.baswell/httproxy/ -->
<dependency>
    <groupId>org.baswell</groupId>
    <artifactId>httproxy</artifactId>
    <version>1.2</version>
</dependency>// https://jarcasting.com/artifacts/org.baswell/httproxy/
implementation 'org.baswell:httproxy:1.2'// https://jarcasting.com/artifacts/org.baswell/httproxy/
implementation ("org.baswell:httproxy:1.2")'org.baswell:httproxy:jar:1.2'<dependency org="org.baswell" name="httproxy" rev="1.2">
  <artifact name="httproxy" type="jar" />
</dependency>@Grapes(
@Grab(group='org.baswell', module='httproxy', version='1.2')
)libraryDependencies += "org.baswell" % "httproxy" % "1.2"[org.baswell/httproxy "1.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| net.sf.trove4j : trove4j | jar | [3,) | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | [1,) | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | [4.0,) |