License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.lindzh |
ArtifactId | ArtifactIdmybatis-generator |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-generator
MybatisGenerator is a xml ,sql and dao generator from java beans.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
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 |