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