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