File | Operation |
---|---|
velocity-spring-boot-project-1.0.4.RELEASE.pom | download |
<dependency>
<groupId>com.alibaba.boot</groupId>
<artifactId>velocity-spring-boot-project</artifactId>
<version>1.0.4.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "com.alibaba.boot" % "velocity-spring-boot-project" % "1.0.4.RELEASE"
@Grapes(
@Grab(group='com.alibaba.boot', module='velocity-spring-boot-project', version='1.0.4.RELEASE')
)
<dependency org="com.alibaba.boot" name="velocity-spring-boot-project" rev="1.0.4.RELEASE" />
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>