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