Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.github.ddphin |
ArtifactId | ArtifactIdddphin-base-common-spring-boot-autoconfigure |
Version | Version1.1.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ddphin/ddphin-base-common-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.ddphin</groupId>
<artifactId>ddphin-base-common-spring-boot-autoconfigure</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-base-common-spring-boot-autoconfigure/
implementation 'com.github.ddphin:ddphin-base-common-spring-boot-autoconfigure:1.1.7'
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-base-common-spring-boot-autoconfigure/
implementation ("com.github.ddphin:ddphin-base-common-spring-boot-autoconfigure:1.1.7")
'com.github.ddphin:ddphin-base-common-spring-boot-autoconfigure:jar:1.1.7'
<dependency org="com.github.ddphin" name="ddphin-base-common-spring-boot-autoconfigure" rev="1.1.7">
<artifact name="ddphin-base-common-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddphin', module='ddphin-base-common-spring-boot-autoconfigure', version='1.1.7')
)
libraryDependencies += "com.github.ddphin" % "ddphin-base-common-spring-boot-autoconfigure" % "1.1.7"
[com.github.ddphin/ddphin-base-common-spring-boot-autoconfigure "1.1.7"]