| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMyBatis Данные ORM |
| Группа | Группаio.github.penggle |
| Идентификатор | Идентификаторmybatis-tiny-examples |
| Последняя версия | Последняя версия3.5 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеmybatis-tiny-examples
mybatis-tiny框架示例
|
| Имя Файла | Размер |
|---|---|
| mybatis-tiny-examples-3.5.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-examples/ -->
<dependency>
<groupId>io.github.penggle</groupId>
<artifactId>mybatis-tiny-examples</artifactId>
<version>3.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-examples/
implementation 'io.github.penggle:mybatis-tiny-examples:3.5'
// https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-examples/
implementation ("io.github.penggle:mybatis-tiny-examples:3.5")
'io.github.penggle:mybatis-tiny-examples:pom:3.5'
<dependency org="io.github.penggle" name="mybatis-tiny-examples" rev="3.5">
<artifact name="mybatis-tiny-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.penggle', module='mybatis-tiny-examples', version='3.5')
)
libraryDependencies += "io.github.penggle" % "mybatis-tiny-examples" % "3.5"
[io.github.penggle/mybatis-tiny-examples "3.5"]