s

spring-context-velocity

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