GroupId | GroupIdcn.jiangzeyin.fast-boot |
---|---|
ArtifactId | ArtifactIdcommon-velocity |
Version | Version1.2.28 |
Type | Typejar |
Filename | Size |
---|---|
common-velocity-1.2.28.pom | |
common-velocity-1.2.28.jar | 1 KB |
common-velocity-1.2.28-sources.jar | 549 bytes |
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.28</version>
</dependency>
// https://jarcasting.com/artifacts/cn.jiangzeyin.fast-boot/common-velocity/
implementation 'cn.jiangzeyin.fast-boot:common-velocity:1.2.28'
// https://jarcasting.com/artifacts/cn.jiangzeyin.fast-boot/common-velocity/
implementation ("cn.jiangzeyin.fast-boot:common-velocity:1.2.28")
'cn.jiangzeyin.fast-boot:common-velocity:jar:1.2.28'
<dependency org="cn.jiangzeyin.fast-boot" name="common-velocity" rev="1.2.28">
<artifact name="common-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.jiangzeyin.fast-boot', module='common-velocity', version='1.2.28')
)
libraryDependencies += "cn.jiangzeyin.fast-boot" % "common-velocity" % "1.2.28"
[cn.jiangzeyin.fast-boot/common-velocity "1.2.28"]