s

struts2-osgi-admin-bundle

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