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