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