Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.chenlei2 |
ArtifactId | ArtifactIdspring-boot-mybatis-rw-starter |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.chenlei2/spring-boot-mybatis-rw-starter/ -->
<dependency>
<groupId>com.github.chenlei2</groupId>
<artifactId>spring-boot-mybatis-rw-starter</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chenlei2/spring-boot-mybatis-rw-starter/
implementation 'com.github.chenlei2:spring-boot-mybatis-rw-starter:0.0.1'
// https://jarcasting.com/artifacts/com.github.chenlei2/spring-boot-mybatis-rw-starter/
implementation ("com.github.chenlei2:spring-boot-mybatis-rw-starter:0.0.1")
'com.github.chenlei2:spring-boot-mybatis-rw-starter:jar:0.0.1'
<dependency org="com.github.chenlei2" name="spring-boot-mybatis-rw-starter" rev="0.0.1">
<artifact name="spring-boot-mybatis-rw-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chenlei2', module='spring-boot-mybatis-rw-starter', version='0.0.1')
)
libraryDependencies += "com.github.chenlei2" % "spring-boot-mybatis-rw-starter" % "0.0.1"
[com.github.chenlei2/spring-boot-mybatis-rw-starter "0.0.1"]