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