s

struts2-bootstrap-plugin

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