is not current version
Last Version 4.0.2

org.webjars.npm:gulp 3.8.10

WebJar for gulp

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

gulp
Version

Version

3.8.10
Type

Type

jar

Download gulp 3.8.10


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