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