GroupId | GroupIdcom.alibaba.spring |
---|---|
ArtifactId | ArtifactIdspring-context-velocity |
Version | Version4.3.17.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alibaba.spring/spring-context-velocity/ -->
<dependency>
<groupId>com.alibaba.spring</groupId>
<artifactId>spring-context-velocity</artifactId>
<version>4.3.17.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.spring/spring-context-velocity/
implementation 'com.alibaba.spring:spring-context-velocity:4.3.17.RELEASE'
// https://jarcasting.com/artifacts/com.alibaba.spring/spring-context-velocity/
implementation ("com.alibaba.spring:spring-context-velocity:4.3.17.RELEASE")
'com.alibaba.spring:spring-context-velocity:jar:4.3.17.RELEASE'
<dependency org="com.alibaba.spring" name="spring-context-velocity" rev="4.3.17.RELEASE">
<artifact name="spring-context-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.spring', module='spring-context-velocity', version='4.3.17.RELEASE')
)
libraryDependencies += "com.alibaba.spring" % "spring-context-velocity" % "4.3.17.RELEASE"
[com.alibaba.spring/spring-context-velocity "4.3.17.RELEASE"]