s

struts2-osgi-bundles

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