| Категории |
КатегорииMyBatis Данные ORM |
|---|---|
| Группа | Группаcom.github.fangjinuo.sqlhelper |
| Идентификатор | Идентификаторsqlhelper-mybatis |
| Версия | Версия3.4.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| sqlhelper-mybatis-3.4.6.pom | |
| sqlhelper-mybatis-3.4.6.jar | 65 KB |
| sqlhelper-mybatis-3.4.6-sources.jar | 39 KB |
| sqlhelper-mybatis-3.4.6-javadoc.jar | 209 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-mybatis/ -->
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis</artifactId>
<version>3.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-mybatis/
implementation 'com.github.fangjinuo.sqlhelper:sqlhelper-mybatis:3.4.6'
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-mybatis/
implementation ("com.github.fangjinuo.sqlhelper:sqlhelper-mybatis:3.4.6")
'com.github.fangjinuo.sqlhelper:sqlhelper-mybatis:jar:3.4.6'
<dependency org="com.github.fangjinuo.sqlhelper" name="sqlhelper-mybatis" rev="3.4.6">
<artifact name="sqlhelper-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.sqlhelper', module='sqlhelper-mybatis', version='3.4.6')
)
libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-mybatis" % "3.4.6"
[com.github.fangjinuo.sqlhelper/sqlhelper-mybatis "3.4.6"]