is not current version
Last Version 2.0.0

com.github.a870368162:mybatis-generator 1.0.0

According to the database, three layers of code are generated automatically.

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.a870368162
ArtifactId

ArtifactId

mybatis-generator
Version

Version

1.0.0
Type

Type

jar

Download mybatis-generator 1.0.0


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