GroupId | GroupIdcn.legendshop |
---|---|
ArtifactId | ArtifactIdlegendshop-dao |
Version | Version5.5.7 |
Type | Typejar |
Filename | Size |
---|---|
legendshop-dao-5.5.7.pom | |
legendshop-dao-5.5.7.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.legendshop/legendshop-dao/ -->
<dependency>
<groupId>cn.legendshop</groupId>
<artifactId>legendshop-dao</artifactId>
<version>5.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/cn.legendshop/legendshop-dao/
implementation 'cn.legendshop:legendshop-dao:5.5.7'
// https://jarcasting.com/artifacts/cn.legendshop/legendshop-dao/
implementation ("cn.legendshop:legendshop-dao:5.5.7")
'cn.legendshop:legendshop-dao:jar:5.5.7'
<dependency org="cn.legendshop" name="legendshop-dao" rev="5.5.7">
<artifact name="legendshop-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.legendshop', module='legendshop-dao', version='5.5.7')
)
libraryDependencies += "cn.legendshop" % "legendshop-dao" % "5.5.7"
[cn.legendshop/legendshop-dao "5.5.7"]