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