is not current version
Last Version 1.1

io.github.spafka:mybatis-generator-plugin 1.0

generator ext

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

io.github.spafka
ArtifactId

ArtifactId

mybatis-generator-plugin
Version

Version

1.0
Type

Type

jar

Download mybatis-generator-plugin 1.0


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