MVN

org.webjars.bowergithub.ksylvest : jquery-growl

Maven & Gradle

Jun 20, 2018
410 stars

jquery-growl · WebJar for jquery-growl

<dependency>
    <groupId>org.webjars.bowergithub.ksylvest</groupId>
    <artifactId>jquery-growl</artifactId>
    <version>1.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3.5

All Versions

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

Version Vulnerabilities Updated
1.3.x
jquery-growl-1.3.5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.ksylvest</groupId>
    <artifactId>jquery-growl</artifactId>
    <version>1.3.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.bowergithub.ksylvest:jquery-growl:1.3.5'

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

implementation("org.webjars.bowergithub.ksylvest:jquery-growl:1.3.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.bowergithub.ksylvest" % "jquery-growl" % "1.3.5"

Advertisement