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