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