GroupId | GroupIdcom.jgeppert.struts2.bootstrap |
---|---|
ArtifactId | ArtifactIdstruts2-bootstrap-showcase |
Version | Version2.0.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.jgeppert.struts2.bootstrap/struts2-bootstrap-showcase/ -->
<dependency>
<groupId>com.jgeppert.struts2.bootstrap</groupId>
<artifactId>struts2-bootstrap-showcase</artifactId>
<version>2.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.jgeppert.struts2.bootstrap/struts2-bootstrap-showcase/
implementation 'com.jgeppert.struts2.bootstrap:struts2-bootstrap-showcase:2.0.0'
// https://jarcasting.com/artifacts/com.jgeppert.struts2.bootstrap/struts2-bootstrap-showcase/
implementation ("com.jgeppert.struts2.bootstrap:struts2-bootstrap-showcase:2.0.0")
'com.jgeppert.struts2.bootstrap:struts2-bootstrap-showcase:war:2.0.0'
<dependency org="com.jgeppert.struts2.bootstrap" name="struts2-bootstrap-showcase" rev="2.0.0">
<artifact name="struts2-bootstrap-showcase" type="war" />
</dependency>
@Grapes(
@Grab(group='com.jgeppert.struts2.bootstrap', module='struts2-bootstrap-showcase', version='2.0.0')
)
libraryDependencies += "com.jgeppert.struts2.bootstrap" % "struts2-bootstrap-showcase" % "2.0.0"
[com.jgeppert.struts2.bootstrap/struts2-bootstrap-showcase "2.0.0"]