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

org.apache.struts:struts-master 3

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-master
Версия

Версия

3
Тип

Тип

pom

Скачать struts-master 3

Имя Файла Размер
struts-master-3.pom 11 KB
Обзор

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