| Группа | Группаcn.sylinx |
|---|---|
| Идентификатор | Идентификаторhbatis-xmapper |
| Версия | Версия1.3.1-ga |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hbatis-xmapper-1.3.1-ga.pom | |
| hbatis-xmapper-1.3.1-ga.jar | 36 KB |
| hbatis-xmapper-1.3.1-ga-sources.jar | 16 KB |
| hbatis-xmapper-1.3.1-ga-javadoc.jar | 149 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.sylinx/hbatis-xmapper/ -->
<dependency>
<groupId>cn.sylinx</groupId>
<artifactId>hbatis-xmapper</artifactId>
<version>1.3.1-ga</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sylinx/hbatis-xmapper/
implementation 'cn.sylinx:hbatis-xmapper:1.3.1-ga'
// https://jarcasting.com/artifacts/cn.sylinx/hbatis-xmapper/
implementation ("cn.sylinx:hbatis-xmapper:1.3.1-ga")
'cn.sylinx:hbatis-xmapper:jar:1.3.1-ga'
<dependency org="cn.sylinx" name="hbatis-xmapper" rev="1.3.1-ga">
<artifact name="hbatis-xmapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sylinx', module='hbatis-xmapper', version='1.3.1-ga')
)
libraryDependencies += "cn.sylinx" % "hbatis-xmapper" % "1.3.1-ga"
[cn.sylinx/hbatis-xmapper "1.3.1-ga"]