is not current version
Last Version 1.0.4

com.github.bwhyman:mybatisplus-generator 1.0.2

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

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.bwhyman
ArtifactId

ArtifactId

mybatisplus-generator
Version

Version

1.0.2
Type

Type

jar

Download mybatisplus-generator 1.0.2


<!-- https://jarcasting.com/artifacts/com.github.bwhyman/mybatisplus-generator/ -->
<dependency>
    <groupId>com.github.bwhyman</groupId>
    <artifactId>mybatisplus-generator</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bwhyman/mybatisplus-generator/
implementation 'com.github.bwhyman:mybatisplus-generator:1.0.2'
// https://jarcasting.com/artifacts/com.github.bwhyman/mybatisplus-generator/
implementation ("com.github.bwhyman:mybatisplus-generator:1.0.2")
'com.github.bwhyman:mybatisplus-generator:jar:1.0.2'
<dependency org="com.github.bwhyman" name="mybatisplus-generator" rev="1.0.2">
  <artifact name="mybatisplus-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bwhyman', module='mybatisplus-generator', version='1.0.2')
)
libraryDependencies += "com.github.bwhyman" % "mybatisplus-generator" % "1.0.2"
[com.github.bwhyman/mybatisplus-generator "1.0.2"]