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