GroupId | GroupIdcom.jgeppert.struts2.bootstrap |
---|---|
ArtifactId | ArtifactIdstruts2-bootstrap-plugin |
Version | Version1.6.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>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jgeppert.struts2.bootstrap/struts2-bootstrap-plugin/
implementation 'com.jgeppert.struts2.bootstrap:struts2-bootstrap-plugin:1.6.1'
// https://jarcasting.com/artifacts/com.jgeppert.struts2.bootstrap/struts2-bootstrap-plugin/
implementation ("com.jgeppert.struts2.bootstrap:struts2-bootstrap-plugin:1.6.1")
'com.jgeppert.struts2.bootstrap:struts2-bootstrap-plugin:jar:1.6.1'
<dependency org="com.jgeppert.struts2.bootstrap" name="struts2-bootstrap-plugin" rev="1.6.1">
<artifact name="struts2-bootstrap-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jgeppert.struts2.bootstrap', module='struts2-bootstrap-plugin', version='1.6.1')
)
libraryDependencies += "com.jgeppert.struts2.bootstrap" % "struts2-bootstrap-plugin" % "1.6.1"
[com.jgeppert.struts2.bootstrap/struts2-bootstrap-plugin "1.6.1"]