License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.plmmilove |
ArtifactId | ArtifactIdany-annotation-mybatis-plugin |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionany-annotation-mybatis-plugin
A plugin to provide mybatis generator enhancement. It need work with mybatis
generator. support lombok annotation to entity class.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.plmmilove/any-annotation-mybatis-plugin/ -->
<dependency>
<groupId>io.github.plmmilove</groupId>
<artifactId>any-annotation-mybatis-plugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.plmmilove/any-annotation-mybatis-plugin/
implementation 'io.github.plmmilove:any-annotation-mybatis-plugin:1.0.0'
// https://jarcasting.com/artifacts/io.github.plmmilove/any-annotation-mybatis-plugin/
implementation ("io.github.plmmilove:any-annotation-mybatis-plugin:1.0.0")
'io.github.plmmilove:any-annotation-mybatis-plugin:jar:1.0.0'
<dependency org="io.github.plmmilove" name="any-annotation-mybatis-plugin" rev="1.0.0">
<artifact name="any-annotation-mybatis-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.plmmilove', module='any-annotation-mybatis-plugin', version='1.0.0')
)
libraryDependencies += "io.github.plmmilove" % "any-annotation-mybatis-plugin" % "1.0.0"
[io.github.plmmilove/any-annotation-mybatis-plugin "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.generator : mybatis-generator-core | jar | 1.4.0 |
mysql : mysql-connector-java | jar | 8.0.22 |
org.mybatis : mybatis | jar | 3.5.6 |
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |