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