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