s

struts2-osgi-bundles

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