is not current version
Last Version 3.0.6.RELEASE

com.github.flying-cattle:mybatis-dsc-generator 1.0.0.RELEASE

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

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.flying-cattle
ArtifactId

ArtifactId

mybatis-dsc-generator
Version

Version

1.0.0.RELEASE
Type

Type

jar

Download mybatis-dsc-generator 1.0.0.RELEASE


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