mybatisplus-generator

mybabtis-plus-generator is a plugin of mybatis-generator-plugin for integrating and generating mybatis-plus/lombok/spring annotations.

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.bwhyman
ArtifactId

ArtifactId

mybatisplus-generator
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

mybatisplus-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://github.com/bwhyman/mybatisplus-generator

Download mybatisplus-generator

How to add to project

<!-- 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"]

Dependencies

provided (3)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4
1.0.2
1.0.1
1.0