is not current version
Last Version 1.3

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

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

Type

jar

Download mybatis-generator-plugins 1.0


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