Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdcom.github.kuhn-he |
ArtifactId | ArtifactIdsaas-datasource-spring-boot-starter |
Version | Versionmybatis-plus-3.0.6.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kuhn-he/saas-datasource-spring-boot-starter/ -->
<dependency>
<groupId>com.github.kuhn-he</groupId>
<artifactId>saas-datasource-spring-boot-starter</artifactId>
<version>mybatis-plus-3.0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kuhn-he/saas-datasource-spring-boot-starter/
implementation 'com.github.kuhn-he:saas-datasource-spring-boot-starter:mybatis-plus-3.0.6.1'
// https://jarcasting.com/artifacts/com.github.kuhn-he/saas-datasource-spring-boot-starter/
implementation ("com.github.kuhn-he:saas-datasource-spring-boot-starter:mybatis-plus-3.0.6.1")
'com.github.kuhn-he:saas-datasource-spring-boot-starter:jar:mybatis-plus-3.0.6.1'
<dependency org="com.github.kuhn-he" name="saas-datasource-spring-boot-starter" rev="mybatis-plus-3.0.6.1">
<artifact name="saas-datasource-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kuhn-he', module='saas-datasource-spring-boot-starter', version='mybatis-plus-3.0.6.1')
)
libraryDependencies += "com.github.kuhn-he" % "saas-datasource-spring-boot-starter" % "mybatis-plus-3.0.6.1"
[com.github.kuhn-he/saas-datasource-spring-boot-starter "mybatis-plus-3.0.6.1"]