Last Version

com.github.thinwonton.mybatismetamodel:annotation-processor 1.0.0

mybatis-metamodel是mybatis-plus和mapper库的元数据模型生成插件

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.thinwonton.mybatismetamodel
ArtifactId

ArtifactId

annotation-processor
Version

Version

1.0.0
Type

Type

pom
Description

Description

mybatis-metamodel是mybatis-plus和mapper库的元数据模型生成插件
Project URL

Project URL

https://my.oschina.net/thinwonton/annotation-processor

Download annotation-processor 1.0.0

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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • mybatisplus
  • tkmapper