is not current version
Last Version 2

org.apache.struts:struts-parent 1.3.8

Apache Struts

GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts-parent
Version

Version

1.3.8
Type

Type

pom

Download struts-parent 1.3.8

Filename Size
struts-parent-1.3.8.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.struts/struts-parent/ -->
<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts-parent</artifactId>
    <version>1.3.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts-parent/
implementation 'org.apache.struts:struts-parent:1.3.8'
// https://jarcasting.com/artifacts/org.apache.struts/struts-parent/
implementation ("org.apache.struts:struts-parent:1.3.8")
'org.apache.struts:struts-parent:pom:1.3.8'
<dependency org="org.apache.struts" name="struts-parent" rev="1.3.8">
  <artifact name="struts-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts-parent', version='1.3.8')
)
libraryDependencies += "org.apache.struts" % "struts-parent" % "1.3.8"
[org.apache.struts/struts-parent "1.3.8"]