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