h

html-webpack-plugin

WebJar for html-webpack-plugin
https://www.webjars.org
MIT
文件下载
文件名 操作
html-webpack-plugin-5.5.0.jar 下载
html-webpack-plugin-5.5.0.pom 下载
html-webpack-plugin-5.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.webjars.npm</groupId>
  <artifactId>html-webpack-plugin</artifactId>
  <version>5.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.webjars.npm:html-webpack-plugin:5.5.0'
Gradle Kotlin
implementation("org.webjars.npm:html-webpack-plugin:5.5.0")
Scala SBT
libraryDependencies += "org.webjars.npm" % "html-webpack-plugin" % "5.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars.npm', module='html-webpack-plugin', version='5.5.0')
)
Apache Ivy
<dependency org="org.webjars.npm" name="html-webpack-plugin" rev="5.5.0" />
Leiningen
[org.webjars.npm/html-webpack-plugin "5.5.0"]
Apache Buildr
'org.webjars.npm:html-webpack-plugin:jar:5.5.0'