is not current version
Last Version 1.3

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

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.1
Type

Type

jar

Download mybatis-generator-plugins 1.1


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