GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdgulp-watch |
Version | Version4.3.11 |
Type | Typejar |
Filename | Size |
---|---|
gulp-watch-4.3.11.pom | |
gulp-watch-4.3.11.jar | 8 KB |
gulp-watch-4.3.11-sources.jar | 22 bytes |
gulp-watch-4.3.11-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/gulp-watch/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>gulp-watch</artifactId>
<version>4.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/gulp-watch/
implementation 'org.webjars.npm:gulp-watch:4.3.11'
// https://jarcasting.com/artifacts/org.webjars.npm/gulp-watch/
implementation ("org.webjars.npm:gulp-watch:4.3.11")
'org.webjars.npm:gulp-watch:jar:4.3.11'
<dependency org="org.webjars.npm" name="gulp-watch" rev="4.3.11">
<artifact name="gulp-watch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='gulp-watch', version='4.3.11')
)
libraryDependencies += "org.webjars.npm" % "gulp-watch" % "4.3.11"
[org.webjars.npm/gulp-watch "4.3.11"]