| GroupId | GroupIdcom.jgeppert.struts2.jquery |
|---|---|
| ArtifactId | ArtifactIdstruts2-jquery |
| Version | Version2.2.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| struts2-jquery-2.2.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jgeppert.struts2.jquery/struts2-jquery/ -->
<dependency>
<groupId>com.jgeppert.struts2.jquery</groupId>
<artifactId>struts2-jquery</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jgeppert.struts2.jquery/struts2-jquery/
implementation 'com.jgeppert.struts2.jquery:struts2-jquery:2.2.0'
// https://jarcasting.com/artifacts/com.jgeppert.struts2.jquery/struts2-jquery/
implementation ("com.jgeppert.struts2.jquery:struts2-jquery:2.2.0")
'com.jgeppert.struts2.jquery:struts2-jquery:pom:2.2.0'
<dependency org="com.jgeppert.struts2.jquery" name="struts2-jquery" rev="2.2.0">
<artifact name="struts2-jquery" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jgeppert.struts2.jquery', module='struts2-jquery', version='2.2.0')
)
libraryDependencies += "com.jgeppert.struts2.jquery" % "struts2-jquery" % "2.2.0"
[com.jgeppert.struts2.jquery/struts2-jquery "2.2.0"]