| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMyBatis Данные ORM |
| Группа | Группаcom.github.yuanmomo |
| Идентификатор | Идентификаторmybatis-generator-plugin |
| Последняя версия | Последняя версия1.0.13 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеmybatis-generator-plugin
A few common plugins to enhance MBG(MyBatis Generator), for basic use.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.github.yuanmomo/mybatis-generator-plugin/ -->
<dependency>
<groupId>com.github.yuanmomo</groupId>
<artifactId>mybatis-generator-plugin</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuanmomo/mybatis-generator-plugin/
implementation 'com.github.yuanmomo:mybatis-generator-plugin:1.0.13'
// https://jarcasting.com/artifacts/com.github.yuanmomo/mybatis-generator-plugin/
implementation ("com.github.yuanmomo:mybatis-generator-plugin:1.0.13")
'com.github.yuanmomo:mybatis-generator-plugin:jar:1.0.13'
<dependency org="com.github.yuanmomo" name="mybatis-generator-plugin" rev="1.0.13">
<artifact name="mybatis-generator-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuanmomo', module='mybatis-generator-plugin', version='1.0.13')
)
libraryDependencies += "com.github.yuanmomo" % "mybatis-generator-plugin" % "1.0.13"
[com.github.yuanmomo/mybatis-generator-plugin "1.0.13"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.mybatis.generator : mybatis-generator-core | jar | 1.4.0 |
| org.mybatis : mybatis | jar | 3.5.6 |
| org.projectlombok : lombok | jar | 1.18.12 |
| com.github.javaparser : javaparser-core | jar | 3.2.7 |
| org.apache.commons : commons-lang3 | jar | 3.5 |