is not current version
Last Version 0.1.2.RELEASE

io.github.itfinally:mybatis-generator 0.1.1.RELEASE


Categories

Categories

MyBatis Data ORM
GroupId

GroupId

io.github.itfinally
ArtifactId

ArtifactId

mybatis-generator
Version

Version

0.1.1.RELEASE
Type

Type

jar

Download mybatis-generator 0.1.1.RELEASE


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