| GroupId | GroupIdcn.sylinx |
|---|---|
| ArtifactId | ArtifactIdhbatis-springboot-starter |
| Version | Version1.0.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.sylinx/hbatis-springboot-starter/ -->
<dependency>
<groupId>cn.sylinx</groupId>
<artifactId>hbatis-springboot-starter</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sylinx/hbatis-springboot-starter/
implementation 'cn.sylinx:hbatis-springboot-starter:1.0.3'
// https://jarcasting.com/artifacts/cn.sylinx/hbatis-springboot-starter/
implementation ("cn.sylinx:hbatis-springboot-starter:1.0.3")
'cn.sylinx:hbatis-springboot-starter:jar:1.0.3'
<dependency org="cn.sylinx" name="hbatis-springboot-starter" rev="1.0.3">
<artifact name="hbatis-springboot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sylinx', module='hbatis-springboot-starter', version='1.0.3')
)
libraryDependencies += "cn.sylinx" % "hbatis-springboot-starter" % "1.0.3"
[cn.sylinx/hbatis-springboot-starter "1.0.3"]