| Категории |
КатегорииMyBatis Данные ORM |
|---|---|
| Группа | Группаcom.github.atool |
| Идентификатор | Идентификаторfluent-mybatis-processor |
| Версия | Версия1.6.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| fluent-mybatis-processor-1.6.5.pom | |
| fluent-mybatis-processor-1.6.5.jar | 89 KB |
| fluent-mybatis-processor-1.6.5-sources.jar | 45 KB |
| fluent-mybatis-processor-1.6.5-javadoc.jar | 231 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.atool/fluent-mybatis-processor/ -->
<dependency>
<groupId>com.github.atool</groupId>
<artifactId>fluent-mybatis-processor</artifactId>
<version>1.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.atool/fluent-mybatis-processor/
implementation 'com.github.atool:fluent-mybatis-processor:1.6.5'
// https://jarcasting.com/artifacts/com.github.atool/fluent-mybatis-processor/
implementation ("com.github.atool:fluent-mybatis-processor:1.6.5")
'com.github.atool:fluent-mybatis-processor:jar:1.6.5'
<dependency org="com.github.atool" name="fluent-mybatis-processor" rev="1.6.5">
<artifact name="fluent-mybatis-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.atool', module='fluent-mybatis-processor', version='1.6.5')
)
libraryDependencies += "com.github.atool" % "fluent-mybatis-processor" % "1.6.5"
[com.github.atool/fluent-mybatis-processor "1.6.5"]