License |
License |
---|---|
Categories |
CategoriesSmile Business Logic Libraries Machine Learning |
GroupId | GroupIdorg.mitre.dsmiley.httpproxy |
ArtifactId | ArtifactIdsmiley-http-proxy-servlet |
Version | Version1.12 |
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</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'
// https://jarcasting.com/artifacts/org.mitre.dsmiley.httpproxy/smiley-http-proxy-servlet/
implementation ("org.mitre.dsmiley.httpproxy:smiley-http-proxy-servlet:1.12")
'org.mitre.dsmiley.httpproxy:smiley-http-proxy-servlet:jar:1.12'
<dependency org="org.mitre.dsmiley.httpproxy" name="smiley-http-proxy-servlet" rev="1.12">
<artifact name="smiley-http-proxy-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mitre.dsmiley.httpproxy', module='smiley-http-proxy-servlet', version='1.12')
)
libraryDependencies += "org.mitre.dsmiley.httpproxy" % "smiley-http-proxy-servlet" % "1.12"
[org.mitre.dsmiley.httpproxy/smiley-http-proxy-servlet "1.12"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | [4.3,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.14.1 |
org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
org.eclipse.jetty : jetty-servlet | jar | 9.4.30.v20200611 |