MVN

com.github.jshaptic : jshint-javaport

Maven & Gradle

Jan 15, 2022
1 stars

jshint-javaport · Bold JSHint java port.

<dependency>
    <groupId>com.github.jshaptic</groupId>
    <artifactId>jshint-javaport</artifactId>
    <version>2.10.1-4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jshaptic : jshint-javaport to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.10.1-4

All Versions

Choose a version of com.github.jshaptic : jshint-javaport to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.10.x
jshint-javaport-2.10.1-4

How to add a dependency to Maven

Add the following com.github.jshaptic : jshint-javaport maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jshaptic</groupId>
    <artifactId>jshint-javaport</artifactId>
    <version>2.10.1-4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jshaptic : jshint-javaport gradle dependency to your build.gradle file:

implementation 'com.github.jshaptic:jshint-javaport:2.10.1-4'

Gradle Kotlin DSL: Add the following com.github.jshaptic : jshint-javaport gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jshaptic:jshint-javaport:2.10.1-4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jshaptic : jshint-javaport sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jshaptic" % "jshint-javaport" % "2.10.1-4"