Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.tailwolf |
ArtifactId | ArtifactIdmybatis-complete-boot-starter |
Version | Version0.5.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.tailwolf/mybatis-complete-boot-starter/ -->
<dependency>
<groupId>com.github.tailwolf</groupId>
<artifactId>mybatis-complete-boot-starter</artifactId>
<version>0.5.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tailwolf/mybatis-complete-boot-starter/
implementation 'com.github.tailwolf:mybatis-complete-boot-starter:0.5.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.tailwolf/mybatis-complete-boot-starter/
implementation ("com.github.tailwolf:mybatis-complete-boot-starter:0.5.0-RELEASE")
'com.github.tailwolf:mybatis-complete-boot-starter:jar:0.5.0-RELEASE'
<dependency org="com.github.tailwolf" name="mybatis-complete-boot-starter" rev="0.5.0-RELEASE">
<artifact name="mybatis-complete-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tailwolf', module='mybatis-complete-boot-starter', version='0.5.0-RELEASE')
)
libraryDependencies += "com.github.tailwolf" % "mybatis-complete-boot-starter" % "0.5.0-RELEASE"
[com.github.tailwolf/mybatis-complete-boot-starter "0.5.0-RELEASE"]