License |
License |
---|---|
Categories |
CategoriesSmile Business Logic Libraries Machine Learning |
GroupId | GroupIdorg.mitre.dsmiley.httpproxy |
ArtifactId | ArtifactIdsmiley-http-proxy-servlet |
Last Version | Last Version1.12.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmiley'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 |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | [4.5.13,5.0) |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
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 |