文件下载
文件名 操作
struts-parent-2.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.metawidget.modules.struts</groupId>
  <artifactId>struts-parent</artifactId>
  <version>2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.metawidget.modules.struts:struts-parent:2.0'
Gradle Kotlin
implementation("org.metawidget.modules.struts:struts-parent:2.0")
Scala SBT
libraryDependencies += "org.metawidget.modules.struts" % "struts-parent" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.metawidget.modules.struts', module='struts-parent', version='2.0')
)
Apache Ivy
<dependency org="org.metawidget.modules.struts" name="struts-parent" rev="2.0" />
Leiningen
[org.metawidget.modules.struts/struts-parent "2.0"]
Apache Buildr
'org.metawidget.modules.struts:struts-parent:jar:2.0'