MVN

org.webjars.bowergithub.jquery : jquery

Maven & Gradle

Jun 27, 2023
2 usages
58.8k stars

jQuery · WebJar for jQuery

<dependency>
    <groupId>org.webjars.bowergithub.jquery</groupId>
    <artifactId>jquery</artifactId>
    <version>3.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.jquery : jquery to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.0

All Versions

Choose a version of org.webjars.bowergithub.jquery : jquery to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
jquery-3.6.4
jquery-3.6.3
jquery-3.6.1
jquery-3.6.0
3.5.x
jquery-3.5.1
jquery-3.5.0
3.4.x
jquery-3.4.1
jquery-3.4.0
3.3.x
jquery-3.3.1
2.1.x
jquery-2.1.1
1.12.x
jquery-1.12.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.jquery</groupId>
    <artifactId>jquery</artifactId>
    <version>3.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.jquery : jquery gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.jquery:jquery:3.5.0'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.jquery : jquery gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.jquery:jquery:3.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.jquery : jquery sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.jquery" % "jquery" % "3.5.0"

Advertisement