s

struts2-jquery-plugin

文件下载
文件名 操作
struts2-jquery-plugin-3.7.1.jar 下载
struts2-jquery-plugin-3.7.1.pom 下载
struts2-jquery-plugin-3.7.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.jgeppert.struts2.jquery</groupId>
  <artifactId>struts2-jquery-plugin</artifactId>
  <version>3.7.1</version>
</dependency>
Gradle Groovy
implementation 'com.jgeppert.struts2.jquery:struts2-jquery-plugin:3.7.1'
Gradle Kotlin
implementation("com.jgeppert.struts2.jquery:struts2-jquery-plugin:3.7.1")
Scala SBT
libraryDependencies += "com.jgeppert.struts2.jquery" % "struts2-jquery-plugin" % "3.7.1"
Groovy Grape
@Grapes(
  @Grab(group='com.jgeppert.struts2.jquery', module='struts2-jquery-plugin', version='3.7.1')
)
Apache Ivy
<dependency org="com.jgeppert.struts2.jquery" name="struts2-jquery-plugin" rev="3.7.1" />
Leiningen
[com.jgeppert.struts2.jquery/struts2-jquery-plugin "3.7.1"]
Apache Buildr
'com.jgeppert.struts2.jquery:struts2-jquery-plugin:jar:3.7.1'