v

velocity-whitespace-resource-filter

The velocity-whitespace-resource-filter is used in Maven builds to remove whitespace from Velocity Templates. Leading whitespace is removed from each line and a Velocity single line comment (##) is appended to the end of each line - making the output from the template more compact. This is useful when the templates generate output like XML, HTML, or JSON.
http://jeremylong.github.io/velocity-whitespace-resource-filter
The Apache Software License, Version 2.0
OWASP
Jeremy Long
文件下载
文件名 操作
velocity-whitespace-resource-filter-2.0.0.jar 下载
velocity-whitespace-resource-filter-2.0.0.pom 下载
velocity-whitespace-resource-filter-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.owasp.maven-tools</groupId>
  <artifactId>velocity-whitespace-resource-filter</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.owasp.maven-tools:velocity-whitespace-resource-filter:2.0.0'
Gradle Kotlin
implementation("org.owasp.maven-tools:velocity-whitespace-resource-filter:2.0.0")
Scala SBT
libraryDependencies += "org.owasp.maven-tools" % "velocity-whitespace-resource-filter" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.owasp.maven-tools', module='velocity-whitespace-resource-filter', version='2.0.0')
)
Apache Ivy
<dependency org="org.owasp.maven-tools" name="velocity-whitespace-resource-filter" rev="2.0.0" />
Leiningen
[org.owasp.maven-tools/velocity-whitespace-resource-filter "2.0.0"]
Apache Buildr
'org.owasp.maven-tools:velocity-whitespace-resource-filter:jar:2.0.0'