MVN

com.alibaba.spring : spring-context-velocity

Maven & Gradle

Jun 15, 2018
3 usages

Forked from spring-context-support 4.3.17.RELEASE

<dependency>
    <groupId>com.alibaba.spring</groupId>
    <artifactId>spring-context-velocity</artifactId>
    <version>1.4.3.18.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alibaba.spring : spring-context-velocity to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.3.18.RELEASE

All Versions

Choose a version of com.alibaba.spring : spring-context-velocity to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
spring-context-velocity-4.3.18.RELEASE
spring-context-velocity-4.3.17.RELEASE
1.4.x
spring-context-velocity-1.4.3.18.RELEASE
1.0.x
spring-context-velocity-1.0.0.RELEASE
0.1.x
spring-context-velocity-0.1.0

How to add a dependency to Maven

Add the following com.alibaba.spring : spring-context-velocity maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alibaba.spring</groupId>
    <artifactId>spring-context-velocity</artifactId>
    <version>1.4.3.18.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alibaba.spring : spring-context-velocity gradle dependency to your build.gradle file:

implementation 'com.alibaba.spring:spring-context-velocity:1.4.3.18.RELEASE'

Gradle Kotlin DSL: Add the following com.alibaba.spring : spring-context-velocity gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alibaba.spring:spring-context-velocity:1.4.3.18.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alibaba.spring : spring-context-velocity sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alibaba.spring" % "spring-context-velocity" % "1.4.3.18.RELEASE"