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