License |
License
Public Domain
|
---|---|
GroupId | GroupIduk.org.retep |
ArtifactId | ArtifactIdretepWebActions |
Last Version | Last Version9.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionretepTools WebActions
An annotation based action framework what will work alongside any other framework (like struts) within a web application.
This framework requires Tiles2.
|
Project Organization |
Project OrganizationRetep Development Group |
Filename | Size |
---|---|
retepWebActions-9.10.pom | |
retepWebActions-9.10.jar | 9 KB |
retepWebActions-9.10-sources.jar | 8 KB |
retepWebActions-9.10-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep/retepWebActions/ -->
<dependency>
<groupId>uk.org.retep</groupId>
<artifactId>retepWebActions</artifactId>
<version>9.10</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep/retepWebActions/
implementation 'uk.org.retep:retepWebActions:9.10'
// https://jarcasting.com/artifacts/uk.org.retep/retepWebActions/
implementation ("uk.org.retep:retepWebActions:9.10")
'uk.org.retep:retepWebActions:jar:9.10'
<dependency org="uk.org.retep" name="retepWebActions" rev="9.10">
<artifact name="retepWebActions" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep', module='retepWebActions', version='9.10')
)
libraryDependencies += "uk.org.retep" % "retepWebActions" % "9.10"
[uk.org.retep/retepWebActions "9.10"]
Group / Artifact | Type | Version |
---|---|---|
uk.org.retep : retepTools | jar | 9.10 |
javax.servlet : servlet-api | jar | 2.5 |
javax.servlet.jsp : jsp-api | jar | 2.1 |
org.apache.tiles : tiles-core | jar | 2.0.6 |
org.apache.tiles : tiles-jsp | jar | 2.0.6 |
org.apache.tiles : tiles-api | jar | 2.0.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.6 |