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