GroupId | GroupIdcn.jiangzeyin.fast-boot |
---|---|
ArtifactId | ArtifactIdcommon-velocity |
Version | Version1.2.37 |
Type | Typejar |
Filename | Size |
---|---|
common-velocity-1.2.37.pom | |
common-velocity-1.2.37.jar | 3 KB |
common-velocity-1.2.37-sources.jar | 1 KB |
common-velocity-1.2.37-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.jiangzeyin.fast-boot/common-velocity/ -->
<dependency>
<groupId>cn.jiangzeyin.fast-boot</groupId>
<artifactId>common-velocity</artifactId>
<version>1.2.37</version>
</dependency>
// https://jarcasting.com/artifacts/cn.jiangzeyin.fast-boot/common-velocity/
implementation 'cn.jiangzeyin.fast-boot:common-velocity:1.2.37'
// https://jarcasting.com/artifacts/cn.jiangzeyin.fast-boot/common-velocity/
implementation ("cn.jiangzeyin.fast-boot:common-velocity:1.2.37")
'cn.jiangzeyin.fast-boot:common-velocity:jar:1.2.37'
<dependency org="cn.jiangzeyin.fast-boot" name="common-velocity" rev="1.2.37">
<artifact name="common-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.jiangzeyin.fast-boot', module='common-velocity', version='1.2.37')
)
libraryDependencies += "cn.jiangzeyin.fast-boot" % "common-velocity" % "1.2.37"
[cn.jiangzeyin.fast-boot/common-velocity "1.2.37"]