GroupId | GroupIdcom.jgeppert.struts2.bootstrap |
---|---|
ArtifactId | ArtifactIdstruts2-bootstrap-showcase |
Version | Version1.1.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>1.1.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:1.1.0'
// https://jarcasting.com/artifacts/com.jgeppert.struts2.bootstrap/struts2-bootstrap-showcase/
implementation ("com.jgeppert.struts2.bootstrap:struts2-bootstrap-showcase:1.1.0")
'com.jgeppert.struts2.bootstrap:struts2-bootstrap-showcase:war:1.1.0'
<dependency org="com.jgeppert.struts2.bootstrap" name="struts2-bootstrap-showcase" rev="1.1.0">
<artifact name="struts2-bootstrap-showcase" type="war" />
</dependency>
@Grapes(
@Grab(group='com.jgeppert.struts2.bootstrap', module='struts2-bootstrap-showcase', version='1.1.0')
)
libraryDependencies += "com.jgeppert.struts2.bootstrap" % "struts2-bootstrap-showcase" % "1.1.0"
[com.jgeppert.struts2.bootstrap/struts2-bootstrap-showcase "1.1.0"]