is not current version
Last Version 1.0.0

io.github.fanlinglonghub:mybatis-generator 0.0.1-snapshot

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

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

io.github.fanlinglonghub
ArtifactId

ArtifactId

mybatis-generator
Version

Version

0.0.1-snapshot
Type

Type

jar

Download mybatis-generator 0.0.1-snapshot


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