m

maven-jstools-plugin

The Maven JSTools Plugin is, well, a javascript plugin for Maven 2. More specifically, it provides a Maven2 interface to a set of JavaScript development tools like JSDoc and JSLint, along with runtime JS dependency resolution (well it sounds cool) tools for your WAR projects. Support for JSUnit/ECMAUnit is coming up!
http://dev.abiss.gr/mvn-jstools
Apache License v2.0
Abiss.gr
Manos Batsis Ross Simpson
文件下载
文件名 操作
maven-jstools-plugin-0.7.jar 下载
maven-jstools-plugin-0.7.pom 下载
Apache Maven
<dependency>
  <groupId>gr.abiss.mvn.plugins</groupId>
  <artifactId>maven-jstools-plugin</artifactId>
  <version>0.7</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'gr.abiss.mvn.plugins:maven-jstools-plugin:0.7'
Gradle Kotlin
implementation("gr.abiss.mvn.plugins:maven-jstools-plugin:0.7")
Scala SBT
libraryDependencies += "gr.abiss.mvn.plugins" % "maven-jstools-plugin" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='gr.abiss.mvn.plugins', module='maven-jstools-plugin', version='0.7')
)
Apache Ivy
<dependency org="gr.abiss.mvn.plugins" name="maven-jstools-plugin" rev="0.7" />
Leiningen
[gr.abiss.mvn.plugins/maven-jstools-plugin "0.7"]
Apache Buildr
'gr.abiss.mvn.plugins:maven-jstools-plugin:jar:0.7'