License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.flyingdew |
ArtifactId | ArtifactIdmybatis-generator-plugins |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMybatis Generator Plugins
Mybatis Generator Plugins.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.flyingdew/mybatis-generator-plugins/ -->
<dependency>
<groupId>io.github.flyingdew</groupId>
<artifactId>mybatis-generator-plugins</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.flyingdew/mybatis-generator-plugins/
implementation 'io.github.flyingdew:mybatis-generator-plugins:1.2.2'
// https://jarcasting.com/artifacts/io.github.flyingdew/mybatis-generator-plugins/
implementation ("io.github.flyingdew:mybatis-generator-plugins:1.2.2")
'io.github.flyingdew:mybatis-generator-plugins:jar:1.2.2'
<dependency org="io.github.flyingdew" name="mybatis-generator-plugins" rev="1.2.2">
<artifact name="mybatis-generator-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.flyingdew', module='mybatis-generator-plugins', version='1.2.2')
)
libraryDependencies += "io.github.flyingdew" % "mybatis-generator-plugins" % "1.2.2"
[io.github.flyingdew/mybatis-generator-plugins "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.generator : mybatis-generator-core | jar | 1.3.6 |
org.freemarker : freemarker | jar | 2.3.29 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
mysql : mysql-connector-java | jar | 5.1.45 |