s

struts2-osgi-admin-bundle

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