spring-context-velocity
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.alibaba.spring</groupId> <artifactId>spring-context-velocity</artifactId> <version>4.3.18.RELEASE</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>com.alibaba.spring</groupId> <artifactId>spring-velocity-support</artifactId> <version>4.3.18.RELEASE</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>com.alibaba.spring</groupId> <artifactId>spring-context-velocity</artifactId> <version>4.3.18.RELEASE</version> <description>Forked from spring-context-support 4.3.18.RELEASE</description> <dependencies> <!-- Apache Velocity --> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> </dependency> <!-- Spring Framework --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <optional>true</optional> </dependency> </dependencies> </project>