| GroupId | GroupIdcn.sylinx |
|---|---|
| ArtifactId | ArtifactIdhbatis-xmapper |
| Version | Version1.3.1-rc.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hbatis-xmapper-1.3.1-rc.3.pom | |
| hbatis-xmapper-1.3.1-rc.3.jar | 33 KB |
| hbatis-xmapper-1.3.1-rc.3-sources.jar | 15 KB |
| hbatis-xmapper-1.3.1-rc.3-javadoc.jar | 148 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.sylinx/hbatis-xmapper/ -->
<dependency>
<groupId>cn.sylinx</groupId>
<artifactId>hbatis-xmapper</artifactId>
<version>1.3.1-rc.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sylinx/hbatis-xmapper/
implementation 'cn.sylinx:hbatis-xmapper:1.3.1-rc.3'
// https://jarcasting.com/artifacts/cn.sylinx/hbatis-xmapper/
implementation ("cn.sylinx:hbatis-xmapper:1.3.1-rc.3")
'cn.sylinx:hbatis-xmapper:jar:1.3.1-rc.3'
<dependency org="cn.sylinx" name="hbatis-xmapper" rev="1.3.1-rc.3">
<artifact name="hbatis-xmapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sylinx', module='hbatis-xmapper', version='1.3.1-rc.3')
)
libraryDependencies += "cn.sylinx" % "hbatis-xmapper" % "1.3.1-rc.3"
[cn.sylinx/hbatis-xmapper "1.3.1-rc.3"]