Last Version

Smiley's HTTP Proxy Servlet 1.12.1

An HTTP Proxy (aka gateway) in the form of a Java servlet. An HTTP proxy is useful for AJAX applications to communicate with web accessible services on hosts other than where the web application is hosted.

License

License

Categories

Categories

Smile Business Logic Libraries Machine Learning
GroupId

GroupId

org.mitre.dsmiley.httpproxy
ArtifactId

ArtifactId

smiley-http-proxy-servlet
Version

Version

1.12.1
Type

Type

jar
Description

Description

Smiley's HTTP Proxy Servlet
An HTTP Proxy (aka gateway) in the form of a Java servlet. An HTTP proxy is useful for AJAX applications to communicate with web accessible services on hosts other than where the web application is hosted.
Project URL

Project URL

https://github.com/dsmiley/HTTP-Proxy-Servlet
Source Code Management

Source Code Management

https://github.com/dsmiley/HTTP-Proxy-Servlet

Download smiley-http-proxy-servlet 1.12.1


<!-- https://jarcasting.com/artifacts/org.mitre.dsmiley.httpproxy/smiley-http-proxy-servlet/ -->
<dependency>
    <groupId>org.mitre.dsmiley.httpproxy</groupId>
    <artifactId>smiley-http-proxy-servlet</artifactId>
    <version>1.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mitre.dsmiley.httpproxy/smiley-http-proxy-servlet/
implementation 'org.mitre.dsmiley.httpproxy:smiley-http-proxy-servlet:1.12.1'
// https://jarcasting.com/artifacts/org.mitre.dsmiley.httpproxy/smiley-http-proxy-servlet/
implementation ("org.mitre.dsmiley.httpproxy:smiley-http-proxy-servlet:1.12.1")
'org.mitre.dsmiley.httpproxy:smiley-http-proxy-servlet:jar:1.12.1'
<dependency org="org.mitre.dsmiley.httpproxy" name="smiley-http-proxy-servlet" rev="1.12.1">
  <artifact name="smiley-http-proxy-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mitre.dsmiley.httpproxy', module='smiley-http-proxy-servlet', version='1.12.1')
)
libraryDependencies += "org.mitre.dsmiley.httpproxy" % "smiley-http-proxy-servlet" % "1.12.1"
[org.mitre.dsmiley.httpproxy/smiley-http-proxy-servlet "1.12.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar [4.5.13,5.0)

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

test (6)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.apache.httpcomponents : httpclient jar 4.3.6
httpunit : httpunit jar 1.7
org.apache.logging.log4j : log4j-jcl jar 2.17.0
org.apache.logging.log4j : log4j-core jar 2.17.0
org.eclipse.jetty : jetty-servlet jar 9.4.30.v20200611

Project Modules

There are no modules declared in this project.