Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdmaven |
ArtifactId | ArtifactIdvelocity |
Last Version | Last Version1.5-20060721.044818 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVelocity
Velocity is a Java-based template engine. It permits anyone to use the
simple yet powerful template language to reference objects defined in Java
code.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
velocity-1.5-20060721.044818.pom | |
velocity-1.5-20060721.044818.jar | 339 KB |
Browse |
<!-- https://jarcasting.com/artifacts/maven/velocity/ -->
<dependency>
<groupId>maven</groupId>
<artifactId>velocity</artifactId>
<version>1.5-20060721.044818</version>
</dependency>
// https://jarcasting.com/artifacts/maven/velocity/
implementation 'maven:velocity:1.5-20060721.044818'
// https://jarcasting.com/artifacts/maven/velocity/
implementation ("maven:velocity:1.5-20060721.044818")
'maven:velocity:jar:1.5-20060721.044818'
<dependency org="maven" name="velocity" rev="1.5-20060721.044818">
<artifact name="velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven', module='velocity', version='1.5-20060721.044818')
)
libraryDependencies += "maven" % "velocity" % "1.5-20060721.044818"
[maven/velocity "1.5-20060721.044818"]
Group / Artifact | Type | Version |
---|---|---|
ant : ant | jar | 1.6.2 |
commons-collections : commons-collections | jar | 3.1 |
commons-lang : commons-lang | jar | 2.1 |
jdom : jdom | jar | 1.0 |
log4j : log4j | jar | 1.2.12 |
avalon-logkit : avalon-logkit | jar | 2.1 |
oro : oro | jar | 2.0.8 |
servletapi : servletapi | jar | 2.3 |
werken-xpath : werken-xpath | jar | 0.9.4 |
junit : junit | jar | 3.8.1 |
antlr : antlr | jar | 2.7.5 |