License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.bwhyman |
ArtifactId | ArtifactIdmybatisplus-generator |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatisplus-generator
mybabtis-plus-generator is a plugin of mybatis-generator-plugin for integrating and generating mybatis-plus/lombok/spring annotations.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.bwhyman/mybatisplus-generator/ -->
<dependency>
<groupId>com.github.bwhyman</groupId>
<artifactId>mybatisplus-generator</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bwhyman/mybatisplus-generator/
implementation 'com.github.bwhyman:mybatisplus-generator:1.0.4'
// https://jarcasting.com/artifacts/com.github.bwhyman/mybatisplus-generator/
implementation ("com.github.bwhyman:mybatisplus-generator:1.0.4")
'com.github.bwhyman:mybatisplus-generator:jar:1.0.4'
<dependency org="com.github.bwhyman" name="mybatisplus-generator" rev="1.0.4">
<artifact name="mybatisplus-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bwhyman', module='mybatisplus-generator', version='1.0.4')
)
libraryDependencies += "com.github.bwhyman" % "mybatisplus-generator" % "1.0.4"
[com.github.bwhyman/mybatisplus-generator "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.generator : mybatis-generator-core | jar | 1.4.0 |
org.projectlombok : lombok | jar | 1.18.16 |
org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |