GroupId | GroupIdcom.jgeppert.struts2.bootstrap |
---|---|
ArtifactId | ArtifactIdbootstrap |
Version | Version2.0.4 |
Type | Typepom |
Filename | Size |
---|---|
bootstrap-2.0.4.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jgeppert.struts2.bootstrap/bootstrap/ -->
<dependency>
<groupId>com.jgeppert.struts2.bootstrap</groupId>
<artifactId>bootstrap</artifactId>
<version>2.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jgeppert.struts2.bootstrap/bootstrap/
implementation 'com.jgeppert.struts2.bootstrap:bootstrap:2.0.4'
// https://jarcasting.com/artifacts/com.jgeppert.struts2.bootstrap/bootstrap/
implementation ("com.jgeppert.struts2.bootstrap:bootstrap:2.0.4")
'com.jgeppert.struts2.bootstrap:bootstrap:pom:2.0.4'
<dependency org="com.jgeppert.struts2.bootstrap" name="bootstrap" rev="2.0.4">
<artifact name="bootstrap" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jgeppert.struts2.bootstrap', module='bootstrap', version='2.0.4')
)
libraryDependencies += "com.jgeppert.struts2.bootstrap" % "bootstrap" % "2.0.4"
[com.jgeppert.struts2.bootstrap/bootstrap "2.0.4"]