| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMyBatis Данные ORM |
| Группа | Группаio.github.penggle |
| Идентификатор | Идентификаторmybatis-tiny-parent |
| Версия | Версия3.5.1 |
| Тип | Типpom |
| Описание |
Описаниеmybatis-tiny-parent
一个基于Mybatis仅支持单表操作的DSL框架,类似于Mybatis-Plus
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| mybatis-tiny-parent-3.5.1.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-parent/ -->
<dependency>
<groupId>io.github.penggle</groupId>
<artifactId>mybatis-tiny-parent</artifactId>
<version>3.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-parent/
implementation 'io.github.penggle:mybatis-tiny-parent:3.5.1'
// https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-parent/
implementation ("io.github.penggle:mybatis-tiny-parent:3.5.1")
'io.github.penggle:mybatis-tiny-parent:pom:3.5.1'
<dependency org="io.github.penggle" name="mybatis-tiny-parent" rev="3.5.1">
<artifact name="mybatis-tiny-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.penggle', module='mybatis-tiny-parent', version='3.5.1')
)
libraryDependencies += "io.github.penggle" % "mybatis-tiny-parent" % "3.5.1"
[io.github.penggle/mybatis-tiny-parent "3.5.1"]