mybatis-codegen

MyBatis Generator Plugin

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

io.github.lollipok
ArtifactId

ArtifactId

mybatis-codegen
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

mybatis-codegen
MyBatis Generator Plugin
Project URL

Project URL

https://github.com/lollipok/codegen
Source Code Management

Source Code Management

https://github.com/lollipok/codegen

Download mybatis-codegen

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.mybatis.generator : mybatis-generator-core jar 1.3.7

Project Modules

There are no modules declared in this project.

MyBatis Generator Plugin

License License

MyBatis Codegen

Getting started

<plugin>
    <groupId>org.mybatis.generator</groupId>
    <artifactId>mybatis-generator-maven-plugin</artifactId>
    <version>${mybatis-generator.version}</version>
    <dependencies>
        <dependency>
            <groupId>io.github.digimono</groupId>
            <artifactId>mybatis-codegen</artifactId>
            <version>${mybatis-codegen.version}</version>
        </dependency>
    </dependencies>
</plugin>

mybatis-codegen-example

MyBatis Generator Gradle Plugin

License

MyBatis-Codegen is released under version 2.0 of the Apache License.

Versions

Version
0.0.3
0.0.2
0.0.1