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