Последняя версия

Apache Struts 2

The goal of the Apache Struts project is to encourage application architectures based on the "Model 2" approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Under Model 2, a servlet (or equivalent) manages business logic execution, and presentation logic resides mainly in server pages.

Лицензия

Лицензия

Группа

Группа

org.apache.struts
Идентификатор

Идентификатор

struts-parent
Версия

Версия

2
Тип

Тип

pom
Описание

Описание

Apache Struts
The goal of the Apache Struts project is to encourage application architectures based on the "Model 2" approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Under Model 2, a servlet (or equivalent) manages business logic execution, and presentation logic resides mainly in server pages.
Ссылка на сайт

Ссылка на сайт

http://struts.apache.org/
Организация-разработчик

Организация-разработчик

Apache Software Foundation

Скачать struts-parent 2

Имя Файла Размер
struts-parent-2.pom 9 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.apache.struts/struts-parent/ -->
<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts-parent</artifactId>
    <version>2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts-parent/
implementation 'org.apache.struts:struts-parent:2'
// https://jarcasting.com/artifacts/org.apache.struts/struts-parent/
implementation ("org.apache.struts:struts-parent:2")
'org.apache.struts:struts-parent:pom:2'
<dependency org="org.apache.struts" name="struts-parent" rev="2">
  <artifact name="struts-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts-parent', version='2')
)
libraryDependencies += "org.apache.struts" % "struts-parent" % "2"
[org.apache.struts/struts-parent "2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.