is not current version
Last Version 3.6.14

com.github.fangjinuo.sqlhelper:sqlhelper-mybatis 3.1.0

Supports mybatis (an ORM framework)

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.fangjinuo.sqlhelper
ArtifactId

ArtifactId

sqlhelper-mybatis
Version

Version

3.1.0
Type

Type

jar

Download sqlhelper-mybatis 3.1.0


<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-mybatis/ -->
<dependency>
    <groupId>com.github.fangjinuo.sqlhelper</groupId>
    <artifactId>sqlhelper-mybatis</artifactId>
    <version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-mybatis/
implementation 'com.github.fangjinuo.sqlhelper:sqlhelper-mybatis:3.1.0'
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-mybatis/
implementation ("com.github.fangjinuo.sqlhelper:sqlhelper-mybatis:3.1.0")
'com.github.fangjinuo.sqlhelper:sqlhelper-mybatis:jar:3.1.0'
<dependency org="com.github.fangjinuo.sqlhelper" name="sqlhelper-mybatis" rev="3.1.0">
  <artifact name="sqlhelper-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.sqlhelper', module='sqlhelper-mybatis', version='3.1.0')
)
libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-mybatis" % "3.1.0"
[com.github.fangjinuo.sqlhelper/sqlhelper-mybatis "3.1.0"]