is not current version
Last Version 2.3

org.apache.velocity:velocity-custom-parser-example 2.2

Custom Parser Example for Apache Velocity

GroupId

GroupId

org.apache.velocity
ArtifactId

ArtifactId

velocity-custom-parser-example
Version

Version

2.2
Type

Type

pom

Download velocity-custom-parser-example 2.2


<!-- https://jarcasting.com/artifacts/org.apache.velocity/velocity-custom-parser-example/ -->
<dependency>
    <groupId>org.apache.velocity</groupId>
    <artifactId>velocity-custom-parser-example</artifactId>
    <version>2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.velocity/velocity-custom-parser-example/
implementation 'org.apache.velocity:velocity-custom-parser-example:2.2'
// https://jarcasting.com/artifacts/org.apache.velocity/velocity-custom-parser-example/
implementation ("org.apache.velocity:velocity-custom-parser-example:2.2")
'org.apache.velocity:velocity-custom-parser-example:pom:2.2'
<dependency org="org.apache.velocity" name="velocity-custom-parser-example" rev="2.2">
  <artifact name="velocity-custom-parser-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.velocity', module='velocity-custom-parser-example', version='2.2')
)
libraryDependencies += "org.apache.velocity" % "velocity-custom-parser-example" % "2.2"
[org.apache.velocity/velocity-custom-parser-example "2.2"]