Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.atool |
ArtifactId | ArtifactIdfluent-mybatis-parent |
Version | Version1.8.3 |
Type | Typepom |
Filename | Size |
---|---|
fluent-mybatis-parent-1.8.3.pom | 4 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.8.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.atool/fluent-mybatis-parent/
implementation 'com.github.atool:fluent-mybatis-parent:1.8.3'
// https://jarcasting.com/artifacts/com.github.atool/fluent-mybatis-parent/
implementation ("com.github.atool:fluent-mybatis-parent:1.8.3")
'com.github.atool:fluent-mybatis-parent:pom:1.8.3'
<dependency org="com.github.atool" name="fluent-mybatis-parent" rev="1.8.3">
<artifact name="fluent-mybatis-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.atool', module='fluent-mybatis-parent', version='1.8.3')
)
libraryDependencies += "com.github.atool" % "fluent-mybatis-parent" % "1.8.3"
[com.github.atool/fluent-mybatis-parent "1.8.3"]