is not current version
Last Version 2.4

com.github.MissThee:mybatis-generator-custom-plugin 2.2

empty

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.MissThee
ArtifactId

ArtifactId

mybatis-generator-custom-plugin
Version

Version

2.2
Type

Type

jar

Download mybatis-generator-custom-plugin 2.2


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