Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.ddphin |
ArtifactId | ArtifactIdddphin-base-db-spring-boot-starter |
Version | Version1.1.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ddphin/ddphin-base-db-spring-boot-starter/ -->
<dependency>
<groupId>com.github.ddphin</groupId>
<artifactId>ddphin-base-db-spring-boot-starter</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-base-db-spring-boot-starter/
implementation 'com.github.ddphin:ddphin-base-db-spring-boot-starter:1.1.5'
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-base-db-spring-boot-starter/
implementation ("com.github.ddphin:ddphin-base-db-spring-boot-starter:1.1.5")
'com.github.ddphin:ddphin-base-db-spring-boot-starter:jar:1.1.5'
<dependency org="com.github.ddphin" name="ddphin-base-db-spring-boot-starter" rev="1.1.5">
<artifact name="ddphin-base-db-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddphin', module='ddphin-base-db-spring-boot-starter', version='1.1.5')
)
libraryDependencies += "com.github.ddphin" % "ddphin-base-db-spring-boot-starter" % "1.1.5"
[com.github.ddphin/ddphin-base-db-spring-boot-starter "1.1.5"]