is not current version
Last Version 1.2.4

com.github.rebue.mbgx:mbgx 1.0.6

MyBatis自动生成代码的扩展工具

GroupId

GroupId

com.github.rebue.mbgx
ArtifactId

ArtifactId

mbgx
Version

Version

1.0.6
Type

Type

jar

Download mbgx 1.0.6


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