is not current version
Last Version 1.9.8

com.github.atool:fluent-mybatis 1.3.0


Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.atool
ArtifactId

ArtifactId

fluent-mybatis
Version

Version

1.3.0
Type

Type

jar

Download fluent-mybatis 1.3.0


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