j

jwebmp-bootstrap-quick-forms

The JWebSwing implementation for Bootstrap 4 Quick Forms
https://github.com/GedMarc/JWebSwing-BSQuickForms4
文件下载
文件名 操作
jwebmp-bootstrap-quick-forms-1.1.1.4.jar 下载
jwebmp-bootstrap-quick-forms-1.1.1.4.pom 下载
jwebmp-bootstrap-quick-forms-1.1.1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.jwebmp.plugins.forms</groupId>
  <artifactId>jwebmp-bootstrap-quick-forms</artifactId>
  <version>1.1.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.jwebmp.plugins.forms:jwebmp-bootstrap-quick-forms:1.1.1.4'
Gradle Kotlin
implementation("com.jwebmp.plugins.forms:jwebmp-bootstrap-quick-forms:1.1.1.4")
Scala SBT
libraryDependencies += "com.jwebmp.plugins.forms" % "jwebmp-bootstrap-quick-forms" % "1.1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp.plugins.forms', module='jwebmp-bootstrap-quick-forms', version='1.1.1.4')
)
Apache Ivy
<dependency org="com.jwebmp.plugins.forms" name="jwebmp-bootstrap-quick-forms" rev="1.1.1.4" />
Leiningen
[com.jwebmp.plugins.forms/jwebmp-bootstrap-quick-forms "1.1.1.4"]
Apache Buildr
'com.jwebmp.plugins.forms:jwebmp-bootstrap-quick-forms:jar:1.1.1.4'