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