b

buildfrontend-maven-plugin

Installs and run node, npm or yarn as part of your maven build
http://sdorra.github.io/buildfrontend-maven-plugin
The MIT license
Sebastian Sdorra
文件下载
文件名 操作
buildfrontend-maven-plugin-2.5.0.jar 下载
buildfrontend-maven-plugin-2.5.0.pom 下载
buildfrontend-maven-plugin-2.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.sdorra</groupId>
  <artifactId>buildfrontend-maven-plugin</artifactId>
  <version>2.5.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.sdorra:buildfrontend-maven-plugin:2.5.0'
Gradle Kotlin
implementation("com.github.sdorra:buildfrontend-maven-plugin:2.5.0")
Scala SBT
libraryDependencies += "com.github.sdorra" % "buildfrontend-maven-plugin" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sdorra', module='buildfrontend-maven-plugin', version='2.5.0')
)
Apache Ivy
<dependency org="com.github.sdorra" name="buildfrontend-maven-plugin" rev="2.5.0" />
Leiningen
[com.github.sdorra/buildfrontend-maven-plugin "2.5.0"]
Apache Buildr
'com.github.sdorra:buildfrontend-maven-plugin:jar:2.5.0'