v

velocity-spring-boot-project

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