License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.pastdev.httpcomponents |
ArtifactId | ArtifactIdhttpclient-tunnel |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTunneling HTTP Client
An extension to apache's httpclient capable of tunneling socket
connections through ssh connections.
|
Project Organization |
Project Organizationpastdev.com |
Filename | Size |
---|---|
httpclient-tunnel-0.1.3.pom | |
httpclient-tunnel-0.1.3.jar | 8 KB |
httpclient-tunnel-0.1.3-sources.jar | 2 KB |
httpclient-tunnel-0.1.3-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pastdev.httpcomponents/httpclient-tunnel/ -->
<dependency>
<groupId>com.pastdev.httpcomponents</groupId>
<artifactId>httpclient-tunnel</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.pastdev.httpcomponents/httpclient-tunnel/
implementation 'com.pastdev.httpcomponents:httpclient-tunnel:0.1.3'
// https://jarcasting.com/artifacts/com.pastdev.httpcomponents/httpclient-tunnel/
implementation ("com.pastdev.httpcomponents:httpclient-tunnel:0.1.3")
'com.pastdev.httpcomponents:httpclient-tunnel:jar:0.1.3'
<dependency org="com.pastdev.httpcomponents" name="httpclient-tunnel" rev="0.1.3">
<artifact name="httpclient-tunnel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pastdev.httpcomponents', module='httpclient-tunnel', version='0.1.3')
)
libraryDependencies += "com.pastdev.httpcomponents" % "httpclient-tunnel" % "0.1.3"
[com.pastdev.httpcomponents/httpclient-tunnel "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.pastdev : jsch-extension | jar | 0.1.5 |
com.pastdev.httpcomponents : configuration | jar | 0.1.3 |
com.pastdev.httpcomponents : httpclient | jar | 0.1.3 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
com.pastdev.httpcomponents : server-test-jetty | jar | 0.1.3 |
com.pastdev.httpcomponents : server-test-tomcat | jar | 0.1.3 |
junit : junit | jar | 4.11 |
log4j : log4j | jar | 1.2.17 |
org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
org.eclipse.jetty : jetty-server | jar | 9.2.2.v20140723 |
org.eclipse.jetty : jetty-servlet | jar | 9.2.2.v20140723 |