License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.thinwonton.mybatismetamodel |
ArtifactId | ArtifactIdtkmapper |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-metamodel是mybatis-plus和mapper库的元数据模型生成插件
|
Project URL |
Project URL |
Filename | Size |
---|---|
tkmapper-1.0.0.pom | |
tkmapper-1.0.0.jar | 14 KB |
tkmapper-1.0.0-sources.jar | 9 KB |
tkmapper-1.0.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thinwonton.mybatismetamodel/tkmapper/ -->
<dependency>
<groupId>com.github.thinwonton.mybatismetamodel</groupId>
<artifactId>tkmapper</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thinwonton.mybatismetamodel/tkmapper/
implementation 'com.github.thinwonton.mybatismetamodel:tkmapper:1.0.0'
// https://jarcasting.com/artifacts/com.github.thinwonton.mybatismetamodel/tkmapper/
implementation ("com.github.thinwonton.mybatismetamodel:tkmapper:1.0.0")
'com.github.thinwonton.mybatismetamodel:tkmapper:jar:1.0.0'
<dependency org="com.github.thinwonton.mybatismetamodel" name="tkmapper" rev="1.0.0">
<artifact name="tkmapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thinwonton.mybatismetamodel', module='tkmapper', version='1.0.0')
)
libraryDependencies += "com.github.thinwonton.mybatismetamodel" % "tkmapper" % "1.0.0"
[com.github.thinwonton.mybatismetamodel/tkmapper "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.thinwonton.mybatismetamodel : core | jar | 1.0.0 |
tk.mybatis : mapper-core | jar | 1.1.5 |
javax.persistence : persistence-api | jar | 1.0 |
org.mybatis : mybatis | jar | 3.5.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.28.2 |
org.powermock : powermock-api-mockito2 | jar | 2.0.4 |
org.powermock : powermock-module-junit4 | jar | 2.0.4 |