is not current version
Last Version 2.0.5

com.github.sgfh:smart-mybatis 2.0.3

Demo project for Spring Boot

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.sgfh
ArtifactId

ArtifactId

smart-mybatis
Version

Version

2.0.3
Type

Type

jar

Download smart-mybatis 2.0.3


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