j

jspreprocessor-maven-plugin

A framework for running additional preprocessing on files before compiling.
https://github.com/jlgrock/JavascriptFramework
文件下载
文件名 操作
jspreprocessor-maven-plugin-1.18.3.jar 下载
jspreprocessor-maven-plugin-1.18.3.pom 下载
jspreprocessor-maven-plugin-1.18.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.jlgrock.javascript-framework</groupId>
  <artifactId>jspreprocessor-maven-plugin</artifactId>
  <version>1.18.3</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.jlgrock.javascript-framework:jspreprocessor-maven-plugin:1.18.3'
Gradle Kotlin
implementation("com.github.jlgrock.javascript-framework:jspreprocessor-maven-plugin:1.18.3")
Scala SBT
libraryDependencies += "com.github.jlgrock.javascript-framework" % "jspreprocessor-maven-plugin" % "1.18.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jlgrock.javascript-framework', module='jspreprocessor-maven-plugin', version='1.18.3')
)
Apache Ivy
<dependency org="com.github.jlgrock.javascript-framework" name="jspreprocessor-maven-plugin" rev="1.18.3" />
Leiningen
[com.github.jlgrock.javascript-framework/jspreprocessor-maven-plugin "1.18.3"]
Apache Buildr
'com.github.jlgrock.javascript-framework:jspreprocessor-maven-plugin:jar:1.18.3'