com.github.thinwonton.mybatismetamodel:core

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

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.thinwonton.mybatismetamodel
ArtifactId

ArtifactId

core
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://my.oschina.net/thinwonton/core

Download core

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.thinwonton.mybatismetamodel/core/ -->
<dependency>
    <groupId>com.github.thinwonton.mybatismetamodel</groupId>
    <artifactId>core</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thinwonton.mybatismetamodel/core/
implementation 'com.github.thinwonton.mybatismetamodel:core:1.0.0'
// https://jarcasting.com/artifacts/com.github.thinwonton.mybatismetamodel/core/
implementation ("com.github.thinwonton.mybatismetamodel:core:1.0.0")
'com.github.thinwonton.mybatismetamodel:core:jar:1.0.0'
<dependency org="com.github.thinwonton.mybatismetamodel" name="core" rev="1.0.0">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thinwonton.mybatismetamodel', module='core', version='1.0.0')
)
libraryDependencies += "com.github.thinwonton.mybatismetamodel" % "core" % "1.0.0"
[com.github.thinwonton.mybatismetamodel/core "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.mybatis : mybatis jar 3.5.3
org.slf4j : slf4j-api jar 1.7.25

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0