is not current version
Last Version 8.17.0

org.webjars.npm:eslint 5.8.0

WebJar for eslint

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

eslint
Version

Version

5.8.0
Type

Type

jar

Download eslint 5.8.0


<!-- https://jarcasting.com/artifacts/org.webjars.npm/eslint/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>eslint</artifactId>
    <version>5.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/eslint/
implementation 'org.webjars.npm:eslint:5.8.0'
// https://jarcasting.com/artifacts/org.webjars.npm/eslint/
implementation ("org.webjars.npm:eslint:5.8.0")
'org.webjars.npm:eslint:jar:5.8.0'
<dependency org="org.webjars.npm" name="eslint" rev="5.8.0">
  <artifact name="eslint" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='eslint', version='5.8.0')
)
libraryDependencies += "org.webjars.npm" % "eslint" % "5.8.0"
[org.webjars.npm/eslint "5.8.0"]