License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.thinwonton.mybatismetamodel |
ArtifactId | ArtifactIdannotation-processor |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmybatis-metamodel是mybatis-plus和mapper库的元数据模型生成插件
|
Project URL |
Project URL |
Filename | Size |
---|---|
annotation-processor-1.0.0.pom | 650 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thinwonton.mybatismetamodel/annotation-processor/ -->
<dependency>
<groupId>com.github.thinwonton.mybatismetamodel</groupId>
<artifactId>annotation-processor</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thinwonton.mybatismetamodel/annotation-processor/
implementation 'com.github.thinwonton.mybatismetamodel:annotation-processor:1.0.0'
// https://jarcasting.com/artifacts/com.github.thinwonton.mybatismetamodel/annotation-processor/
implementation ("com.github.thinwonton.mybatismetamodel:annotation-processor:1.0.0")
'com.github.thinwonton.mybatismetamodel:annotation-processor:pom:1.0.0'
<dependency org="com.github.thinwonton.mybatismetamodel" name="annotation-processor" rev="1.0.0">
<artifact name="annotation-processor" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thinwonton.mybatismetamodel', module='annotation-processor', version='1.0.0')
)
libraryDependencies += "com.github.thinwonton.mybatismetamodel" % "annotation-processor" % "1.0.0"
[com.github.thinwonton.mybatismetamodel/annotation-processor "1.0.0"]