| License |
License |
|---|---|
| Categories |
CategoriesKeY Data Data Formats Formal Verification |
| GroupId | GroupIdorg.tuckey |
| ArtifactId | ArtifactIdurlrewritefilter |
| Last Version | Last Version4.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionUrlRewriteFilter
A Java Web Filter for any J2EE compliant web application server (such as Resin, Orion or Tomcat), which
allows you to rewrite URLs before they get to your code. It is a very powerful tool just like Apache's
mod_rewrite.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationPaul Tuckey |
| Filename | Size |
|---|---|
| urlrewritefilter-4.0.4.pom | |
| urlrewritefilter-4.0.4.jar | 173 KB |
| urlrewritefilter-4.0.4-sources.jar | 167 KB |
| urlrewritefilter-4.0.4-javadoc.jar | 435 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.tuckey/urlrewritefilter/ -->
<dependency>
<groupId>org.tuckey</groupId>
<artifactId>urlrewritefilter</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.tuckey/urlrewritefilter/
implementation 'org.tuckey:urlrewritefilter:4.0.4'
// https://jarcasting.com/artifacts/org.tuckey/urlrewritefilter/
implementation ("org.tuckey:urlrewritefilter:4.0.4")
'org.tuckey:urlrewritefilter:jar:4.0.4'
<dependency org="org.tuckey" name="urlrewritefilter" rev="4.0.4">
<artifact name="urlrewritefilter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tuckey', module='urlrewritefilter', version='4.0.4')
)
libraryDependencies += "org.tuckey" % "urlrewritefilter" % "4.0.4"
[org.tuckey/urlrewritefilter "4.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-httpclient : commons-httpclient Optional | jar | 3.1 |
| org.slf4j : slf4j-api Optional | jar | 1.5.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.4 |
| ant : ant Optional | jar | 1.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.9 |