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