s

struts2-osgi-admin-bundle

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