MVN

org.webjars.bower : github-com-jquery-form-form

Maven & Gradle

Jun 30, 2017
5.2k stars

jquery-form · WebJar for jquery-form

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-jquery-form-form</artifactId>
    <version>v4.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bower : github-com-jquery-form-form to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v4.2.1

All Versions

Choose a version of org.webjars.bower : github-com-jquery-form-form to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v4.2.x
github-com-jquery-form-form-v4.2.1

How to add a dependency to Maven

Add the following org.webjars.bower : github-com-jquery-form-form maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-jquery-form-form</artifactId>
    <version>v4.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bower : github-com-jquery-form-form gradle dependency to your build.gradle file:

implementation 'org.webjars.bower:github-com-jquery-form-form:v4.2.1'

Gradle Kotlin DSL: Add the following org.webjars.bower : github-com-jquery-form-form gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bower:github-com-jquery-form-form:v4.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bower : github-com-jquery-form-form sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bower" % "github-com-jquery-form-form" % "v4.2.1"

Advertisement