License |
License |
---|---|
GroupId | GroupIdorg.apache.velocity |
ArtifactId | ArtifactIdvelocity-engine-examples |
Last Version | Last Version2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Velocity Engine - Examples
Very simple examples to use Velocity
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.velocity/velocity-engine-examples/ -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-examples</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.velocity/velocity-engine-examples/
implementation 'org.apache.velocity:velocity-engine-examples:2.3'
// https://jarcasting.com/artifacts/org.apache.velocity/velocity-engine-examples/
implementation ("org.apache.velocity:velocity-engine-examples:2.3")
'org.apache.velocity:velocity-engine-examples:jar:2.3'
<dependency org="org.apache.velocity" name="velocity-engine-examples" rev="2.3">
<artifact name="velocity-engine-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.velocity', module='velocity-engine-examples', version='2.3')
)
libraryDependencies += "org.apache.velocity" % "velocity-engine-examples" % "2.3"
[org.apache.velocity/velocity-engine-examples "2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.velocity : velocity-engine-core | jar | 2.3 |
org.jdom : jdom | jar | 1.1.3 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.30 |