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