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