Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.atool |
ArtifactId | ArtifactIdfluent-mybatis-processor |
Version | Version1.3.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.atool/fluent-mybatis-processor/ -->
<dependency>
<groupId>com.github.atool</groupId>
<artifactId>fluent-mybatis-processor</artifactId>
<version>1.3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.atool/fluent-mybatis-processor/
implementation 'com.github.atool:fluent-mybatis-processor:1.3.0.1'
// https://jarcasting.com/artifacts/com.github.atool/fluent-mybatis-processor/
implementation ("com.github.atool:fluent-mybatis-processor:1.3.0.1")
'com.github.atool:fluent-mybatis-processor:jar:1.3.0.1'
<dependency org="com.github.atool" name="fluent-mybatis-processor" rev="1.3.0.1">
<artifact name="fluent-mybatis-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.atool', module='fluent-mybatis-processor', version='1.3.0.1')
)
libraryDependencies += "com.github.atool" % "fluent-mybatis-processor" % "1.3.0.1"
[com.github.atool/fluent-mybatis-processor "1.3.0.1"]