Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
---|---|
GroupId | GroupIdorg.rockyang |
ArtifactId | ArtifactIdmybatis-kits-spring-boot |
Version | Version1.5.1 |
Type | Typepom |
Filename | Size |
---|---|
mybatis-kits-spring-boot-1.5.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rockyang/mybatis-kits-spring-boot/ -->
<dependency>
<groupId>org.rockyang</groupId>
<artifactId>mybatis-kits-spring-boot</artifactId>
<version>1.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.rockyang/mybatis-kits-spring-boot/
implementation 'org.rockyang:mybatis-kits-spring-boot:1.5.1'
// https://jarcasting.com/artifacts/org.rockyang/mybatis-kits-spring-boot/
implementation ("org.rockyang:mybatis-kits-spring-boot:1.5.1")
'org.rockyang:mybatis-kits-spring-boot:pom:1.5.1'
<dependency org="org.rockyang" name="mybatis-kits-spring-boot" rev="1.5.1">
<artifact name="mybatis-kits-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.rockyang', module='mybatis-kits-spring-boot', version='1.5.1')
)
libraryDependencies += "org.rockyang" % "mybatis-kits-spring-boot" % "1.5.1"
[org.rockyang/mybatis-kits-spring-boot "1.5.1"]