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