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