We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e5055 commit f570a30Copy full SHA for f570a30
README.md
@@ -34,11 +34,12 @@ The jar is built to "target/smiley-http-proxy-servlet-VERSION.jar".
34
You don't have to build the jar if you aren't modifying the code, since released
35
versions are deployed to maven-central. If you are using maven then you can
36
add this to your dependencies in your pom like so:
37
+(Note: the version below is not necessarily the latest.)
38
39
<dependency>
40
<groupId>org.mitre.dsmiley.httpproxy</groupId>
41
<artifactId>smiley-http-proxy-servlet</artifactId>
- <version>1.3</version>
42
+ <version>1.4</version>
43
</dependency>
44
45
Ivy and other dependency managers can be used as well.
0 commit comments