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