License |
License |
---|---|
GroupId | GroupIdorg.apache.velocity |
ArtifactId | ArtifactIdspring-velocity-support |
Last Version | Last Version2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring framework Velocity support
Velocity Engine factory bean for Spring framework
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.velocity/spring-velocity-support/ -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>spring-velocity-support</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.velocity/spring-velocity-support/
implementation 'org.apache.velocity:spring-velocity-support:2.3'
// https://jarcasting.com/artifacts/org.apache.velocity/spring-velocity-support/
implementation ("org.apache.velocity:spring-velocity-support:2.3")
'org.apache.velocity:spring-velocity-support:jar:2.3'
<dependency org="org.apache.velocity" name="spring-velocity-support" rev="2.3">
<artifact name="spring-velocity-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.velocity', module='spring-velocity-support', version='2.3')
)
libraryDependencies += "org.apache.velocity" % "spring-velocity-support" % "2.3"
[org.apache.velocity/spring-velocity-support "2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.velocity : velocity-engine-core | jar | 2.3 |
org.springframework : spring-core | jar | 5.3.4 |
org.springframework : spring-beans | jar | 5.3.4 |
org.springframework : spring-context | jar | 5.3.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.slf4j : slf4j-simple | jar | 1.7.30 |