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