Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgulp-autoprefixer |
Version | Version3.1.0 |
Type | Typejar |
Filename | Size |
---|---|
gulp-autoprefixer-3.1.0.pom | |
gulp-autoprefixer-3.1.0.jar | 5 KB |
gulp-autoprefixer-3.1.0-sources.jar | 22 bytes |
gulp-autoprefixer-3.1.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/gulp-autoprefixer/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>gulp-autoprefixer</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/gulp-autoprefixer/
implementation 'org.webjars.npm:gulp-autoprefixer:3.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/gulp-autoprefixer/
implementation ("org.webjars.npm:gulp-autoprefixer:3.1.0")
'org.webjars.npm:gulp-autoprefixer:jar:3.1.0'
<dependency org="org.webjars.npm" name="gulp-autoprefixer" rev="3.1.0">
<artifact name="gulp-autoprefixer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='gulp-autoprefixer', version='3.1.0')
)
libraryDependencies += "org.webjars.npm" % "gulp-autoprefixer" % "3.1.0"
[org.webjars.npm/gulp-autoprefixer "3.1.0"]