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