| License |
License |
|---|---|
| GroupId | GroupIdcom.discursive.web.history |
| ArtifactId | ArtifactIdhistory-filter |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHistory Filter : Filter Module
A Servlet filter that makes is easy to keep track of session history
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| history-filter-1.0.pom | |
| history-filter-1.0.jar | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.discursive.web.history/history-filter/ -->
<dependency>
<groupId>com.discursive.web.history</groupId>
<artifactId>history-filter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.discursive.web.history/history-filter/
implementation 'com.discursive.web.history:history-filter:1.0'
// https://jarcasting.com/artifacts/com.discursive.web.history/history-filter/
implementation ("com.discursive.web.history:history-filter:1.0")
'com.discursive.web.history:history-filter:jar:1.0'
<dependency org="com.discursive.web.history" name="history-filter" rev="1.0">
<artifact name="history-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.discursive.web.history', module='history-filter', version='1.0')
)
libraryDependencies += "com.discursive.web.history" % "history-filter" % "1.0"
[com.discursive.web.history/history-filter "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.discursive.web.history : history-model | jar | 1.0 |
| commons-lang : commons-lang | jar | 2.1 |
| commons-beanutils : commons-beanutils | jar | 1.7.0 |
| commons-collections : commons-collections | jar | 3.1 |
| log4j : log4j | jar | 1.2.8 |
| xmlbeans : xbean | jar | 2.1.0 |
| stax : stax | jar | 1.1.1-dev |
| stax : stax-api | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.4-20040521 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |
| org.easymock : easymock | jar | 2.0 |