| Группа | Группаorg.webjars.npm |
|---|---|
| Идентификатор | Идентификаторjshint |
| Версия | Версия2.6.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jshint-2.6.0.pom | |
| jshint-2.6.0.jar | 567 KB |
| jshint-2.6.0-sources.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/jshint/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>jshint</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jshint/
implementation 'org.webjars.npm:jshint:2.6.0'
// https://jarcasting.com/artifacts/org.webjars.npm/jshint/
implementation ("org.webjars.npm:jshint:2.6.0")
'org.webjars.npm:jshint:jar:2.6.0'
<dependency org="org.webjars.npm" name="jshint" rev="2.6.0">
<artifact name="jshint" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jshint', version='2.6.0')
)
libraryDependencies += "org.webjars.npm" % "jshint" % "2.6.0"
[org.webjars.npm/jshint "2.6.0"]