GroupId | GroupIdcom.jgeppert.struts2.bootstrap |
---|---|
ArtifactId | ArtifactIdstruts2-bootstrap-plugin |
Version | Version2.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jgeppert.struts2.bootstrap/struts2-bootstrap-plugin/ -->
<dependency>
<groupId>com.jgeppert.struts2.bootstrap</groupId>
<artifactId>struts2-bootstrap-plugin</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jgeppert.struts2.bootstrap/struts2-bootstrap-plugin/
implementation 'com.jgeppert.struts2.bootstrap:struts2-bootstrap-plugin:2.0.1'
// https://jarcasting.com/artifacts/com.jgeppert.struts2.bootstrap/struts2-bootstrap-plugin/
implementation ("com.jgeppert.struts2.bootstrap:struts2-bootstrap-plugin:2.0.1")
'com.jgeppert.struts2.bootstrap:struts2-bootstrap-plugin:jar:2.0.1'
<dependency org="com.jgeppert.struts2.bootstrap" name="struts2-bootstrap-plugin" rev="2.0.1">
<artifact name="struts2-bootstrap-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jgeppert.struts2.bootstrap', module='struts2-bootstrap-plugin', version='2.0.1')
)
libraryDependencies += "com.jgeppert.struts2.bootstrap" % "struts2-bootstrap-plugin" % "2.0.1"
[com.jgeppert.struts2.bootstrap/struts2-bootstrap-plugin "2.0.1"]