| Лицензия |
Лицензия
Public Domain
|
|---|---|
| Группа | Группаuk.org.retep |
| Идентификатор | ИдентификаторretepWebActions |
| Последняя версия | Последняя версия9.10 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеretepTools WebActions
An annotation based action framework what will work alongside any other framework (like struts) within a web application.
This framework requires Tiles2.
|
| Организация-разработчик |
Организация-разработчикRetep Development Group |
| Имя Файла | Размер |
|---|---|
| retepWebActions-9.10.pom | |
| retepWebActions-9.10.jar | 9 KB |
| retepWebActions-9.10-sources.jar | 8 KB |
| retepWebActions-9.10-javadoc.jar | 35 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.6 |