| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMyBatis Данные ORM |
| Группа | Группаcom.lindzh |
| Идентификатор | Идентификаторmybatis-generator |
| Последняя версия | Последняя версия1.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеmybatis-generator
MybatisGenerator is a xml ,sql and dao generator from java beans.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| mybatis-generator-1.0.3.pom | |
| mybatis-generator-1.0.3.jar | 28 KB |
| mybatis-generator-1.0.3-sources.jar | 18 KB |
| mybatis-generator-1.0.3-javadoc.jar | 154 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.lindzh/mybatis-generator/ -->
<dependency>
<groupId>com.lindzh</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lindzh/mybatis-generator/
implementation 'com.lindzh:mybatis-generator:1.0.3'
// https://jarcasting.com/artifacts/com.lindzh/mybatis-generator/
implementation ("com.lindzh:mybatis-generator:1.0.3")
'com.lindzh:mybatis-generator:jar:1.0.3'
<dependency org="com.lindzh" name="mybatis-generator" rev="1.0.3">
<artifact name="mybatis-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lindzh', module='mybatis-generator', version='1.0.3')
)
libraryDependencies += "com.lindzh" % "mybatis-generator" % "1.0.3"
[com.lindzh/mybatis-generator "1.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-io : commons-io | jar | 2.4 |
| commons-lang : commons-lang | jar | 2.6 |
| org.projectlombok : lombok | jar | 1.16.2 |
| org.freemarker : freemarker | jar | 2.3.19 |
| log4j : log4j | jar | 1.2.17 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| mysql : mysql-connector-java | jar | 5.1.21 |
| org.mybatis : mybatis | jar | 3.2.8 |
| ognl : ognl | jar | 2.6.9 |
| com.h2database : h2 | jar | 1.4.195 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.2.0 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.2.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.2.0 |
| commons-codec : commons-codec | jar | 1.10 |
| junit : junit | jar | 4.11 |