s

spring-context-velocity

Forked from spring-context-support 4.3.17.RELEASE
Files download
File Operation
spring-context-velocity-1.0.0.RELEASE.jar download
spring-context-velocity-1.0.0.RELEASE.pom download
spring-context-velocity-1.0.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba.spring</groupId>
  <artifactId>spring-context-velocity</artifactId>
  <version>1.0.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba.spring:spring-context-velocity:1.0.0.RELEASE'
Gradle Kotlin
implementation("com.alibaba.spring:spring-context-velocity:1.0.0.RELEASE")
Scala SBT
libraryDependencies += "com.alibaba.spring" % "spring-context-velocity" % "1.0.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.spring', module='spring-context-velocity', version='1.0.0.RELEASE')
)
Apache Ivy
<dependency org="com.alibaba.spring" name="spring-context-velocity" rev="1.0.0.RELEASE" />
Leiningen
[com.alibaba.spring/spring-context-velocity "1.0.0.RELEASE"]
Apache Buildr
'com.alibaba.spring:spring-context-velocity:jar:1.0.0.RELEASE'