is not current version
Last Version 1.3

com.github.dcendents:mybatis-generator-plugins 1.2

Set of plugins for the mybatis-generator to further tweak the generated code.

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.dcendents
ArtifactId

ArtifactId

mybatis-generator-plugins
Version

Version

1.2
Type

Type

jar

Download mybatis-generator-plugins 1.2


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