is not current version
Last Version 3.6.14

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

Supports mybatis (an ORM framework)

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.fangjinuo.sqlhelper
ArtifactId

ArtifactId

sqlhelper-mybatis
Version

Version

2.4.1
Type

Type

jar

Download sqlhelper-mybatis 2.4.1


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