s

struts2-osgi-admin-bundle

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