GroupId | GroupIdcom.jgeppert.struts2.bootstrap |
---|---|
ArtifactId | ArtifactIdbootstrap |
Version | Version2.0.3 |
Type | Typepom |
Filename | Size |
---|---|
bootstrap-2.0.3.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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jgeppert.struts2.bootstrap/bootstrap/
implementation 'com.jgeppert.struts2.bootstrap:bootstrap:2.0.3'
// https://jarcasting.com/artifacts/com.jgeppert.struts2.bootstrap/bootstrap/
implementation ("com.jgeppert.struts2.bootstrap:bootstrap:2.0.3")
'com.jgeppert.struts2.bootstrap:bootstrap:pom:2.0.3'
<dependency org="com.jgeppert.struts2.bootstrap" name="bootstrap" rev="2.0.3">
<artifact name="bootstrap" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jgeppert.struts2.bootstrap', module='bootstrap', version='2.0.3')
)
libraryDependencies += "com.jgeppert.struts2.bootstrap" % "bootstrap" % "2.0.3"
[com.jgeppert.struts2.bootstrap/bootstrap "2.0.3"]