| Categories |
CategoriesMyBatis Data ORM |
|---|---|
| GroupId | GroupIdcom.github.atool |
| ArtifactId | ArtifactIdfluent-mybatis |
| Version | Version1.5.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fluent-mybatis-1.5.6.pom | |
| fluent-mybatis-1.5.6.jar | 206 KB |
| fluent-mybatis-1.5.6-test-sources.jar | 4 KB |
| fluent-mybatis-1.5.6-sources.jar | 126 KB |
| fluent-mybatis-1.5.6-javadoc.jar | 968 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.atool/fluent-mybatis/ -->
<dependency>
<groupId>com.github.atool</groupId>
<artifactId>fluent-mybatis</artifactId>
<version>1.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.atool/fluent-mybatis/
implementation 'com.github.atool:fluent-mybatis:1.5.6'
// https://jarcasting.com/artifacts/com.github.atool/fluent-mybatis/
implementation ("com.github.atool:fluent-mybatis:1.5.6")
'com.github.atool:fluent-mybatis:jar:1.5.6'
<dependency org="com.github.atool" name="fluent-mybatis" rev="1.5.6">
<artifact name="fluent-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.atool', module='fluent-mybatis', version='1.5.6')
)
libraryDependencies += "com.github.atool" % "fluent-mybatis" % "1.5.6"
[com.github.atool/fluent-mybatis "1.5.6"]