License |
License |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdeslint |
Version | Version0.5.1 |
Type | Typejar |
Description |
DescriptionESLint
WebJar for ESLint
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
eslint-0.5.1.pom | |
eslint-0.5.1.jar | 104 KB |
eslint-0.5.1-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/eslint/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>eslint</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/eslint/
implementation 'org.webjars:eslint:0.5.1'
// https://jarcasting.com/artifacts/org.webjars/eslint/
implementation ("org.webjars:eslint:0.5.1")
'org.webjars:eslint:jar:0.5.1'
<dependency org="org.webjars" name="eslint" rev="0.5.1">
<artifact name="eslint" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='eslint', version='0.5.1')
)
libraryDependencies += "org.webjars" % "eslint" % "0.5.1"
[org.webjars/eslint "0.5.1"]