Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdorg.apache.struts |
ArtifactId | ArtifactIdstruts2-jsf-plugin |
Version | Version2.3.14.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-jsf-plugin/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-jsf-plugin</artifactId>
<version>2.3.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-jsf-plugin/
implementation 'org.apache.struts:struts2-jsf-plugin:2.3.14.2'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-jsf-plugin/
implementation ("org.apache.struts:struts2-jsf-plugin:2.3.14.2")
'org.apache.struts:struts2-jsf-plugin:jar:2.3.14.2'
<dependency org="org.apache.struts" name="struts2-jsf-plugin" rev="2.3.14.2">
<artifact name="struts2-jsf-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-jsf-plugin', version='2.3.14.2')
)
libraryDependencies += "org.apache.struts" % "struts2-jsf-plugin" % "2.3.14.2"
[org.apache.struts/struts2-jsf-plugin "2.3.14.2"]