License |
License |
---|---|
GroupId | GroupIdorg.apache.struts |
ArtifactId | ArtifactIdstruts-faces |
Last Version | Last Version1.3.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStruts Faces
Apache Struts
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
struts-faces-1.3.10.pom | |
struts-faces-1.3.10.jar | 92 KB |
struts-faces-1.3.10-sources.jar | 91 KB |
struts-faces-1.3.10-javadoc.jar | 255 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts-faces/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts-faces</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts-faces/
implementation 'org.apache.struts:struts-faces:1.3.10'
// https://jarcasting.com/artifacts/org.apache.struts/struts-faces/
implementation ("org.apache.struts:struts-faces:1.3.10")
'org.apache.struts:struts-faces:jar:1.3.10'
<dependency org="org.apache.struts" name="struts-faces" rev="1.3.10">
<artifact name="struts-faces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts-faces', version='1.3.10')
)
libraryDependencies += "org.apache.struts" % "struts-faces" % "1.3.10"
[org.apache.struts/struts-faces "1.3.10"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.struts : struts-core | jar | 1.3.10 |
org.apache.struts : struts-taglib | jar | 1.3.10 |
org.apache.struts : struts-tiles | jar | 1.3.10 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : jsp-api | jar | 2.0 |
javax.servlet : servlet-api | jar | 2.3 |
myfaces : myfaces-jsf-api | jar | 1.0.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |