Struts Annotations Project
This project is used by the Apache Struts 2 project to generate taglib info and generate tags' documentation based on custom annotations.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.struts |
| Идентификатор | Идентификаторstruts-annotations |
| Последняя версия | Последняя версия1.0.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеStruts Annotations
struts-annotations adds annotations processor support for struts based annotated projects,
such as TLD and documentation generation from annotated component classes as used in struts2
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| struts-annotations-1.0.7.pom | |
| struts-annotations-1.0.7.jar | 22 KB |
| struts-annotations-1.0.7-sources.jar | 18 KB |
| struts-annotations-1.0.7-source-release.zip | 30 KB |
| struts-annotations-1.0.7-javadoc.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts-annotations/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts-annotations</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts-annotations/
implementation 'org.apache.struts:struts-annotations:1.0.7'
// https://jarcasting.com/artifacts/org.apache.struts/struts-annotations/
implementation ("org.apache.struts:struts-annotations:1.0.7")
'org.apache.struts:struts-annotations:jar:1.0.7'
<dependency org="org.apache.struts" name="struts-annotations" rev="1.0.7">
<artifact name="struts-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts-annotations', version='1.0.7')
)
libraryDependencies += "org.apache.struts" % "struts-annotations" % "1.0.7"
[org.apache.struts/struts-annotations "1.0.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.freemarker : freemarker | jar | 2.3.29 |
This project is used by the Apache Struts 2 project to generate taglib info and generate tags' documentation based on custom annotations.