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