| License |
License |
|---|---|
| GroupId | GroupIdcom.github.liuyuyu |
| ArtifactId | ArtifactIdmbg-plus |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmbg-plus
mybatis-generator插件集
|
| Filename | Size |
|---|---|
| mbg-plus-1.0.pom | |
| mbg-plus-1.0.jar | 5 KB |
| mbg-plus-1.0-sources.jar | 4 KB |
| mbg-plus-1.0-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuyuyu/mbg-plus/ -->
<dependency>
<groupId>com.github.liuyuyu</groupId>
<artifactId>mbg-plus</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuyuyu/mbg-plus/
implementation 'com.github.liuyuyu:mbg-plus:1.0'
// https://jarcasting.com/artifacts/com.github.liuyuyu/mbg-plus/
implementation ("com.github.liuyuyu:mbg-plus:1.0")
'com.github.liuyuyu:mbg-plus:jar:1.0'
<dependency org="com.github.liuyuyu" name="mbg-plus" rev="1.0">
<artifact name="mbg-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuyuyu', module='mbg-plus', version='1.0')
)
libraryDependencies += "com.github.liuyuyu" % "mbg-plus" % "1.0"
[com.github.liuyuyu/mbg-plus "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis.generator : mybatis-generator-core | jar | 1.3.6 |
| org.slf4j : slf4j-api Optional | jar | 1.7.25 |
| ch.qos.logback : logback-classic Optional | jar | 1.2.3 |
| org.projectlombok : lombok Optional | jar | 1.16.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| mysql : mysql-connector-java | jar | 5.1.42 |