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