Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.yihukurama |
ArtifactId | ArtifactIdtkmybatisplus |
Version | Version0.0.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
tkmybatisplus-0.0.2-RELEASE.pom | |
tkmybatisplus-0.0.2-RELEASE.jar | 68 KB |
tkmybatisplus-0.0.2-RELEASE-sources.jar | 41 KB |
tkmybatisplus-0.0.2-RELEASE-javadoc.jar | 329 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yihukurama/tkmybatisplus/ -->
<dependency>
<groupId>com.github.yihukurama</groupId>
<artifactId>tkmybatisplus</artifactId>
<version>0.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yihukurama/tkmybatisplus/
implementation 'com.github.yihukurama:tkmybatisplus:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.yihukurama/tkmybatisplus/
implementation ("com.github.yihukurama:tkmybatisplus:0.0.2-RELEASE")
'com.github.yihukurama:tkmybatisplus:jar:0.0.2-RELEASE'
<dependency org="com.github.yihukurama" name="tkmybatisplus" rev="0.0.2-RELEASE">
<artifact name="tkmybatisplus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yihukurama', module='tkmybatisplus', version='0.0.2-RELEASE')
)
libraryDependencies += "com.github.yihukurama" % "tkmybatisplus" % "0.0.2-RELEASE"
[com.github.yihukurama/tkmybatisplus "0.0.2-RELEASE"]