Categories |
CategoriesNet MyBatis Data ORM |
---|---|
GroupId | GroupIdnet.luohuasheng.bee |
ArtifactId | ArtifactIdlhs-bee-proxy-mybatis |
Version | Version1.0.9.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.luohuasheng.bee/lhs-bee-proxy-mybatis/ -->
<dependency>
<groupId>net.luohuasheng.bee</groupId>
<artifactId>lhs-bee-proxy-mybatis</artifactId>
<version>1.0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.luohuasheng.bee/lhs-bee-proxy-mybatis/
implementation 'net.luohuasheng.bee:lhs-bee-proxy-mybatis:1.0.9.3'
// https://jarcasting.com/artifacts/net.luohuasheng.bee/lhs-bee-proxy-mybatis/
implementation ("net.luohuasheng.bee:lhs-bee-proxy-mybatis:1.0.9.3")
'net.luohuasheng.bee:lhs-bee-proxy-mybatis:jar:1.0.9.3'
<dependency org="net.luohuasheng.bee" name="lhs-bee-proxy-mybatis" rev="1.0.9.3">
<artifact name="lhs-bee-proxy-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.luohuasheng.bee', module='lhs-bee-proxy-mybatis', version='1.0.9.3')
)
libraryDependencies += "net.luohuasheng.bee" % "lhs-bee-proxy-mybatis" % "1.0.9.3"
[net.luohuasheng.bee/lhs-bee-proxy-mybatis "1.0.9.3"]