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