is not current version
Last Version 1.2.4

com.github.rebue.mbgx:mbgx 1.2.0

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

GroupId

GroupId

com.github.rebue.mbgx
ArtifactId

ArtifactId

mbgx
Version

Version

1.2.0
Type

Type

jar

Download mbgx 1.2.0


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