j

jwebmp-jquery-ui

The JWebSwing implementation for JQuery UI
https://github.com/GedMarc/JWebSwing-JQueryUIPlugin
GPL 3
Marc Magon
文件下载
文件名 操作
jwebmp-jquery-ui-1.2.1.1-jre17.jar 下载
jwebmp-jquery-ui-1.2.1.1-jre17.pom 下载
jwebmp-jquery-ui-1.2.1.1-jre17-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.jwebmp.plugins.jquery</groupId>
  <artifactId>jwebmp-jquery-ui</artifactId>
  <version>1.2.1.1-jre17</version>
</dependency>
Gradle Groovy
implementation 'com.jwebmp.plugins.jquery:jwebmp-jquery-ui:1.2.1.1-jre17'
Gradle Kotlin
implementation("com.jwebmp.plugins.jquery:jwebmp-jquery-ui:1.2.1.1-jre17")
Scala SBT
libraryDependencies += "com.jwebmp.plugins.jquery" % "jwebmp-jquery-ui" % "1.2.1.1-jre17"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp.plugins.jquery', module='jwebmp-jquery-ui', version='1.2.1.1-jre17')
)
Apache Ivy
<dependency org="com.jwebmp.plugins.jquery" name="jwebmp-jquery-ui" rev="1.2.1.1-jre17" />
Leiningen
[com.jwebmp.plugins.jquery/jwebmp-jquery-ui "1.2.1.1-jre17"]
Apache Buildr
'com.jwebmp.plugins.jquery:jwebmp-jquery-ui:jar:1.2.1.1-jre17'