License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdorg.ihansen.mbp |
ArtifactId | ArtifactIdmybatis-generator-plus |
Version | Version1.5 |
Type | Typejar |
Description |
Descriptionmybatis-generator-plus
轻度扩展mybatis-generator-core插件,兼容官方插件自动代码
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mybatis-generator-plus-1.5.pom | |
mybatis-generator-plus-1.5.jar | 543 KB |
mybatis-generator-plus-1.5-sources.jar | 413 KB |
mybatis-generator-plus-1.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ihansen.mbp/mybatis-generator-plus/ -->
<dependency>
<groupId>org.ihansen.mbp</groupId>
<artifactId>mybatis-generator-plus</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.ihansen.mbp/mybatis-generator-plus/
implementation 'org.ihansen.mbp:mybatis-generator-plus:1.5'
// https://jarcasting.com/artifacts/org.ihansen.mbp/mybatis-generator-plus/
implementation ("org.ihansen.mbp:mybatis-generator-plus:1.5")
'org.ihansen.mbp:mybatis-generator-plus:jar:1.5'
<dependency org="org.ihansen.mbp" name="mybatis-generator-plus" rev="1.5">
<artifact name="mybatis-generator-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ihansen.mbp', module='mybatis-generator-plus', version='1.5')
)
libraryDependencies += "org.ihansen.mbp" % "mybatis-generator-plus" % "1.5"
[org.ihansen.mbp/mybatis-generator-plus "1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.21 |
log4j : log4j Optional | jar | 1.2.17 |
mysql : mysql-connector-java | jar | 5.1.37 |
com.hynnet » oracle-driver-ojdbc | jar | 12.1.0.2 |
com.hynnet : sqljdbc4-chs | jar | 4.0.2206.100 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |
org.mybatis : mybatis | jar | 3.1.1 |