License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.thinwonton.mybatismetamodel |
ArtifactId | ArtifactIdcore |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-metamodel是mybatis-plus和mapper库的元数据模型生成插件
|
Project URL |
Project URL |
Filename | Size |
---|---|
core-1.0.0.pom | |
core-1.0.0.jar | 49 KB |
core-1.0.0-sources.jar | 33 KB |
core-1.0.0-javadoc.jar | 276 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.5.3 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |