License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.orange1438 |
ArtifactId | ArtifactIdmybatis-generator-core |
Version | Version1.3.5 |
Type | Typejar |
Description |
DescriptionMyBatis Generator Core
生成的代码是中文注释,符合阿里java规范,作者是 [email protected]
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.orange1438/mybatis-generator-core/ -->
<dependency>
<groupId>io.github.orange1438</groupId>
<artifactId>mybatis-generator-core</artifactId>
<version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.orange1438/mybatis-generator-core/
implementation 'io.github.orange1438:mybatis-generator-core:1.3.5'
// https://jarcasting.com/artifacts/io.github.orange1438/mybatis-generator-core/
implementation ("io.github.orange1438:mybatis-generator-core:1.3.5")
'io.github.orange1438:mybatis-generator-core:jar:1.3.5'
<dependency org="io.github.orange1438" name="mybatis-generator-core" rev="1.3.5">
<artifact name="mybatis-generator-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.orange1438', module='mybatis-generator-core', version='1.3.5')
)
libraryDependencies += "io.github.orange1438" % "mybatis-generator-core" % "1.3.5"
[io.github.orange1438/mybatis-generator-core "1.3.5"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j Optional | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.43 |