<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-mybatis-plus-generator</artifactId>
<version>2022-2.7-1.5</version>
</dependency>
implementation 'io.github.panxiaochao:pxc-framework-mybatis-plus-generator:2022-2.7-1.5'
implementation("io.github.panxiaochao:pxc-framework-mybatis-plus-generator:2022-2.7-1.5")
libraryDependencies += "io.github.panxiaochao" % "pxc-framework-mybatis-plus-generator" % "2022-2.7-1.5"
@Grapes(
@Grab(group='io.github.panxiaochao', module='pxc-framework-mybatis-plus-generator', version='2022-2.7-1.5')
)
<dependency org="io.github.panxiaochao" name="pxc-framework-mybatis-plus-generator" rev="2022-2.7-1.5" />
<parent> <groupId>io.github.panxiaochao</groupId> <artifactId>pxc-framework-parent</artifactId> <version>2022-2.7-1.5</version> </parent>
compile
|-- io.github.panxiaochao:pxc-framework-common
|-- com.baomidou:mybatis-plus-boot-starter
|-- com.baomidou:mybatis-plus-generator