Files download
File Operation
struts-parent-3.8.pom download
Apache Maven
<dependency>
  <groupId>org.metawidget.modules.struts</groupId>
  <artifactId>struts-parent</artifactId>
  <version>3.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.metawidget.modules.struts:struts-parent:3.8'
Gradle Kotlin
implementation("org.metawidget.modules.struts:struts-parent:3.8")
Scala SBT
libraryDependencies += "org.metawidget.modules.struts" % "struts-parent" % "3.8"
Groovy Grape
@Grapes(
  @Grab(group='org.metawidget.modules.struts', module='struts-parent', version='3.8')
)
Apache Ivy
<dependency org="org.metawidget.modules.struts" name="struts-parent" rev="3.8" />
Leiningen
[org.metawidget.modules.struts/struts-parent "3.8"]
Apache Buildr
'org.metawidget.modules.struts:struts-parent:jar:3.8'