Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdcom.github.kuhn-he |
ArtifactId | ArtifactIdsaas-datasource-spring-boot-starter |
Version | Version3.0.6.2 |
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>3.0.6.2</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:3.0.6.2'
// https://jarcasting.com/artifacts/com.github.kuhn-he/saas-datasource-spring-boot-starter/
implementation ("com.github.kuhn-he:saas-datasource-spring-boot-starter:3.0.6.2")
'com.github.kuhn-he:saas-datasource-spring-boot-starter:jar:3.0.6.2'
<dependency org="com.github.kuhn-he" name="saas-datasource-spring-boot-starter" rev="3.0.6.2">
<artifact name="saas-datasource-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kuhn-he', module='saas-datasource-spring-boot-starter', version='3.0.6.2')
)
libraryDependencies += "com.github.kuhn-he" % "saas-datasource-spring-boot-starter" % "3.0.6.2"
[com.github.kuhn-he/saas-datasource-spring-boot-starter "3.0.6.2"]