| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMyBatis Данные ORM |
| Группа | Группаcn.bridgeli |
| Идентификатор | Идентификаторmybatis-generator-plugin |
| Последняя версия | Последняя версия0.0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеmybatis-generator-plugin Maven Webapp
A MyBatis Generator plugin, add MySQL pagination use limit and batch insert.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/cn.bridgeli/mybatis-generator-plugin/ -->
<dependency>
<groupId>cn.bridgeli</groupId>
<artifactId>mybatis-generator-plugin</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.bridgeli/mybatis-generator-plugin/
implementation 'cn.bridgeli:mybatis-generator-plugin:0.0.5'
// https://jarcasting.com/artifacts/cn.bridgeli/mybatis-generator-plugin/
implementation ("cn.bridgeli:mybatis-generator-plugin:0.0.5")
'cn.bridgeli:mybatis-generator-plugin:jar:0.0.5'
<dependency org="cn.bridgeli" name="mybatis-generator-plugin" rev="0.0.5">
<artifact name="mybatis-generator-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.bridgeli', module='mybatis-generator-plugin', version='0.0.5')
)
libraryDependencies += "cn.bridgeli" % "mybatis-generator-plugin" % "0.0.5"
[cn.bridgeli/mybatis-generator-plugin "0.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mybatis.generator : mybatis-generator-core | jar | 1.3.5 |