is not current version
Last Version 1.12.1

org.mitre.dsmiley.httpproxy:smiley-http-proxy-servlet 1.4

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.

Categories

Categories

Smile Business Logic Libraries Machine Learning
GroupId

GroupId

org.mitre.dsmiley.httpproxy
ArtifactId

ArtifactId

smiley-http-proxy-servlet
Version

Version

1.4
Type

Type

jar

Download smiley-http-proxy-servlet 1.4


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