is not current version
Last Version 1.0.4

com.github.bwhyman:mybatisplus-generator 1.0.1

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.1
Type

Type

jar

Download mybatisplus-generator 1.0.1


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