License |
License |
---|---|
Categories |
CategoriesJava 8 Languages |
GroupId | GroupIdorg.apache.struts |
ArtifactId | ArtifactIdstruts2-java8-support-plugin |
Last Version | Last Version2.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStruts 2 Java 8 support plugin
Apache Struts 2
|
Project Organization |
Project Organization |
<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-java8-support-plugin/
implementation 'org.apache.struts:struts2-java8-support-plugin:2.5.2'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-java8-support-plugin/
implementation ("org.apache.struts:struts2-java8-support-plugin:2.5.2")
'org.apache.struts:struts2-java8-support-plugin:jar:2.5.2'
<dependency org="org.apache.struts" name="struts2-java8-support-plugin" rev="2.5.2">
<artifact name="struts2-java8-support-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-java8-support-plugin', version='2.5.2')
)
libraryDependencies += "org.apache.struts" % "struts2-java8-support-plugin" % "2.5.2"
[org.apache.struts/struts2-java8-support-plugin "2.5.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.struts : struts2-core | jar | 2.5.2 |
org.ow2.asm : asm | jar | 5.0.2 |
org.ow2.asm : asm-commons | jar | 5.0.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |