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

org.apache.struts:struts2-java8-support-plugin 2.3.32


Категории

Категории

Java 8 Языки программирования
Группа

Группа

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

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

struts2-java8-support-plugin
Версия

Версия

2.3.32
Тип

Тип

jar

Скачать struts2-java8-support-plugin 2.3.32


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