License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.cgi |
ArtifactId | ArtifactIdmybatis-generator-plugins |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSet of plugins for mybatis-generator-plugin extending base functions.
Fork of original project for publish to maven central.
|
<!-- https://jarcasting.com/artifacts/io.github.cgi/mybatis-generator-plugins/ -->
<dependency>
<groupId>io.github.cgi</groupId>
<artifactId>mybatis-generator-plugins</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cgi/mybatis-generator-plugins/
implementation 'io.github.cgi:mybatis-generator-plugins:1.0.1'
// https://jarcasting.com/artifacts/io.github.cgi/mybatis-generator-plugins/
implementation ("io.github.cgi:mybatis-generator-plugins:1.0.1")
'io.github.cgi:mybatis-generator-plugins:jar:1.0.1'
<dependency org="io.github.cgi" name="mybatis-generator-plugins" rev="1.0.1">
<artifact name="mybatis-generator-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cgi', module='mybatis-generator-plugins', version='1.0.1')
)
libraryDependencies += "io.github.cgi" % "mybatis-generator-plugins" % "1.0.1"
[io.github.cgi/mybatis-generator-plugins "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.generator : mybatis-generator-core | jar | 1.3.5 |
junit : junit | jar | 4.11 |