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