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