Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
---|---|
GroupId | GroupIdcn.mybatisboost |
ArtifactId | ArtifactIdmybatis-boost-spring-boot-starter |
Version | Version1.1.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.mybatisboost/mybatis-boost-spring-boot-starter/ -->
<dependency>
<groupId>cn.mybatisboost</groupId>
<artifactId>mybatis-boost-spring-boot-starter</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/cn.mybatisboost/mybatis-boost-spring-boot-starter/
implementation 'cn.mybatisboost:mybatis-boost-spring-boot-starter:1.1.6'
// https://jarcasting.com/artifacts/cn.mybatisboost/mybatis-boost-spring-boot-starter/
implementation ("cn.mybatisboost:mybatis-boost-spring-boot-starter:1.1.6")
'cn.mybatisboost:mybatis-boost-spring-boot-starter:jar:1.1.6'
<dependency org="cn.mybatisboost" name="mybatis-boost-spring-boot-starter" rev="1.1.6">
<artifact name="mybatis-boost-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.mybatisboost', module='mybatis-boost-spring-boot-starter', version='1.1.6')
)
libraryDependencies += "cn.mybatisboost" % "mybatis-boost-spring-boot-starter" % "1.1.6"
[cn.mybatisboost/mybatis-boost-spring-boot-starter "1.1.6"]