| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdcom.alibaba.boot | 
    
| ArtifactId | ArtifactIdvelocity-spring-boot-starter | 
    
| Version | Version1.0.4.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
<!-- https://jarcasting.com/artifacts/com.alibaba.boot/velocity-spring-boot-starter/ -->
<dependency>
    <groupId>com.alibaba.boot</groupId>
    <artifactId>velocity-spring-boot-starter</artifactId>
    <version>1.0.4.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.alibaba.boot/velocity-spring-boot-starter/
implementation 'com.alibaba.boot:velocity-spring-boot-starter:1.0.4.RELEASE'
                // https://jarcasting.com/artifacts/com.alibaba.boot/velocity-spring-boot-starter/
implementation ("com.alibaba.boot:velocity-spring-boot-starter:1.0.4.RELEASE")
                'com.alibaba.boot:velocity-spring-boot-starter:jar:1.0.4.RELEASE'
                <dependency org="com.alibaba.boot" name="velocity-spring-boot-starter" rev="1.0.4.RELEASE">
  <artifact name="velocity-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.alibaba.boot', module='velocity-spring-boot-starter', version='1.0.4.RELEASE')
)
                libraryDependencies += "com.alibaba.boot" % "velocity-spring-boot-starter" % "1.0.4.RELEASE"
                [com.alibaba.boot/velocity-spring-boot-starter "1.0.4.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.alibaba.boot : velocity-spring-boot-autoconfigure | jar | 1.0.4.RELEASE |