is not current version
Last Version 2.4

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

empty

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.MissThee
ArtifactId

ArtifactId

mybatis-generator-custom-plugin
Version

Version

1.0
Type

Type

jar

Download mybatis-generator-custom-plugin 1.0


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