| License |
License
MIT
|
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdeslint |
| Last Version | Last Version8.17.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioneslint
WebJar for eslint
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| eslint-8.17.0.pom | |
| eslint-8.17.0.jar | 862 KB |
| eslint-8.17.0-sources.jar | 22 bytes |
| eslint-8.17.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/eslint/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>eslint</artifactId>
<version>8.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/eslint/
implementation 'org.webjars.npm:eslint:8.17.0'
// https://jarcasting.com/artifacts/org.webjars.npm/eslint/
implementation ("org.webjars.npm:eslint:8.17.0")
'org.webjars.npm:eslint:jar:8.17.0'
<dependency org="org.webjars.npm" name="eslint" rev="8.17.0">
<artifact name="eslint" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='eslint', version='8.17.0')
)
libraryDependencies += "org.webjars.npm" % "eslint" % "8.17.0"
[org.webjars.npm/eslint "8.17.0"]