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