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