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

org.apache.struts:struts2-java8-support-plugin 2.5-BETA3


Категории

Категории

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

Группа

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

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

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

Версия

2.5-BETA3
Тип

Тип

jar

Скачать struts2-java8-support-plugin 2.5-BETA3


<!-- 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.5-BETA3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-java8-support-plugin/
implementation 'org.apache.struts:struts2-java8-support-plugin:2.5-BETA3'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-java8-support-plugin/
implementation ("org.apache.struts:struts2-java8-support-plugin:2.5-BETA3")
'org.apache.struts:struts2-java8-support-plugin:jar:2.5-BETA3'
<dependency org="org.apache.struts" name="struts2-java8-support-plugin" rev="2.5-BETA3">
  <artifact name="struts2-java8-support-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-java8-support-plugin', version='2.5-BETA3')
)
libraryDependencies += "org.apache.struts" % "struts2-java8-support-plugin" % "2.5-BETA3"
[org.apache.struts/struts2-java8-support-plugin "2.5-BETA3"]