License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.owasp.maven-tools |
ArtifactId | ArtifactIdvelocity-whitespace-resource-filter |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionvelocity-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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.owasp.maven-tools/velocity-whitespace-resource-filter/ -->
<dependency>
<groupId>org.owasp.maven-tools</groupId>
<artifactId>velocity-whitespace-resource-filter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp.maven-tools/velocity-whitespace-resource-filter/
implementation 'org.owasp.maven-tools:velocity-whitespace-resource-filter:1.0.0'
// https://jarcasting.com/artifacts/org.owasp.maven-tools/velocity-whitespace-resource-filter/
implementation ("org.owasp.maven-tools:velocity-whitespace-resource-filter:1.0.0")
'org.owasp.maven-tools:velocity-whitespace-resource-filter:jar:1.0.0'
<dependency org="org.owasp.maven-tools" name="velocity-whitespace-resource-filter" rev="1.0.0">
<artifact name="velocity-whitespace-resource-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp.maven-tools', module='velocity-whitespace-resource-filter', version='1.0.0')
)
libraryDependencies += "org.owasp.maven-tools" % "velocity-whitespace-resource-filter" % "1.0.0"
[org.owasp.maven-tools/velocity-whitespace-resource-filter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.shared : maven-filtering | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |