MVN

org.webjars : jshint

Maven & Gradle

Sep 07, 2021
1 usages

JSHint · WebJar for JSHint

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>jshint</artifactId>
    <version>2.13.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.13.1
  • Latest Release Candidate: 2.9.1-rc1

All Versions

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

Version Vulnerabilities Updated
12
jshint-12
2.13.x
jshint-2.13.1
2.9.x
jshint-2.9.3
jshint-2.9.1
jshint-2.9.1-rc1
2.8.x
jshint-2.8.0
2.6.x
jshint-2.6.3-2
jshint-2.6.3-1
jshint-2.6.3
2.4.x
jshint-2.4.3
jshint-2.4.1-1
jshint-2.4.1
2.3.x
jshint-2.3.0
2.1.x
jshint-2.1.11
jshint-2.1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>jshint</artifactId>
    <version>2.13.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars:jshint:2.13.1'

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

implementation("org.webjars:jshint:2.13.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars" % "jshint" % "2.13.1"