GroupId | GroupIdorg.apache.struts |
---|---|
ArtifactId | ArtifactIdstruts-faces |
Version | Version1.3.8 |
Type | Typejar |
Filename | Size |
---|---|
struts-faces-1.3.8.pom | |
struts-faces-1.3.8.jar | 92 KB |
struts-faces-1.3.8-sources.jar | 91 KB |
struts-faces-1.3.8-javadoc.jar | 250 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts-faces/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts-faces</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts-faces/
implementation 'org.apache.struts:struts-faces:1.3.8'
// https://jarcasting.com/artifacts/org.apache.struts/struts-faces/
implementation ("org.apache.struts:struts-faces:1.3.8")
'org.apache.struts:struts-faces:jar:1.3.8'
<dependency org="org.apache.struts" name="struts-faces" rev="1.3.8">
<artifact name="struts-faces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts-faces', version='1.3.8')
)
libraryDependencies += "org.apache.struts" % "struts-faces" % "1.3.8"
[org.apache.struts/struts-faces "1.3.8"]