Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdio.github.dunwu.boot |
ArtifactId | ArtifactIddunwu-starter-mybatis |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
dunwu-starter-mybatis-1.0.4.pom | |
dunwu-starter-mybatis-1.0.4.jar | 366 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dunwu.boot/dunwu-starter-mybatis/ -->
<dependency>
<groupId>io.github.dunwu.boot</groupId>
<artifactId>dunwu-starter-mybatis</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dunwu.boot/dunwu-starter-mybatis/
implementation 'io.github.dunwu.boot:dunwu-starter-mybatis:1.0.4'
// https://jarcasting.com/artifacts/io.github.dunwu.boot/dunwu-starter-mybatis/
implementation ("io.github.dunwu.boot:dunwu-starter-mybatis:1.0.4")
'io.github.dunwu.boot:dunwu-starter-mybatis:jar:1.0.4'
<dependency org="io.github.dunwu.boot" name="dunwu-starter-mybatis" rev="1.0.4">
<artifact name="dunwu-starter-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dunwu.boot', module='dunwu-starter-mybatis', version='1.0.4')
)
libraryDependencies += "io.github.dunwu.boot" % "dunwu-starter-mybatis" % "1.0.4"
[io.github.dunwu.boot/dunwu-starter-mybatis "1.0.4"]