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