s

struts2-bootstrap-showcase

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