KnowGate Stripes
A thin wrapper around Stripes MVC with filters and base action beans.
License |
License |
---|---|
Categories |
CategoriesStripe Business Logic Libraries Financial |
GroupId | GroupIdcom.knowgate |
ArtifactId | ArtifactIdknowgate-stripes |
Last Version | Last Version9.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionknowgate-stripes
KnowGate wrapper over Stripes Framework. Base beans, caching and encoding filters.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationKnowGate |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
knowgate-stripes-9.1.0.pom | |
knowgate-stripes-9.1.0.jar | 19 KB |
knowgate-stripes-9.1.0-sources.jar | 14 KB |
knowgate-stripes-9.1.0-javadoc.jar | 436 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.knowgate/knowgate-stripes/ -->
<dependency>
<groupId>com.knowgate</groupId>
<artifactId>knowgate-stripes</artifactId>
<version>9.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.knowgate/knowgate-stripes/
implementation 'com.knowgate:knowgate-stripes:9.1.0'
// https://jarcasting.com/artifacts/com.knowgate/knowgate-stripes/
implementation ("com.knowgate:knowgate-stripes:9.1.0")
'com.knowgate:knowgate-stripes:jar:9.1.0'
<dependency org="com.knowgate" name="knowgate-stripes" rev="9.1.0">
<artifact name="knowgate-stripes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.knowgate', module='knowgate-stripes', version='9.1.0')
)
libraryDependencies += "com.knowgate" % "knowgate-stripes" % "9.1.0"
[com.knowgate/knowgate-stripes "9.1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.2 |
com.knowgate : knowgate-base | jar | 9.1.0 |
net.sourceforge.stripes : stripes | jar | 1.7.0-beta4 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
A thin wrapper around Stripes MVC with filters and base action beans.