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