GroupId | GroupIdcom.jgeppert.struts2.jquery |
---|---|
ArtifactId | ArtifactIdstruts2-jquery-showcase |
Version | Version3.0.0 |
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.0.0</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.0.0'
// https://jarcasting.com/artifacts/com.jgeppert.struts2.jquery/struts2-jquery-showcase/
implementation ("com.jgeppert.struts2.jquery:struts2-jquery-showcase:3.0.0")
'com.jgeppert.struts2.jquery:struts2-jquery-showcase:war:3.0.0'
<dependency org="com.jgeppert.struts2.jquery" name="struts2-jquery-showcase" rev="3.0.0">
<artifact name="struts2-jquery-showcase" type="war" />
</dependency>
@Grapes(
@Grab(group='com.jgeppert.struts2.jquery', module='struts2-jquery-showcase', version='3.0.0')
)
libraryDependencies += "com.jgeppert.struts2.jquery" % "struts2-jquery-showcase" % "3.0.0"
[com.jgeppert.struts2.jquery/struts2-jquery-showcase "3.0.0"]