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