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

org.apache.struts:struts-core 1.3.9


Группа

Группа

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

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

struts-core
Версия

Версия

1.3.9
Тип

Тип

jar

Скачать struts-core 1.3.9


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