Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.ddphin |
ArtifactId | ArtifactIdddphin-spring-boot |
Version | Version1.2.2 |
Type | Typepom |
Filename | Size |
---|---|
ddphin-spring-boot-1.2.2.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddphin/ddphin-spring-boot/ -->
<dependency>
<groupId>com.github.ddphin</groupId>
<artifactId>ddphin-spring-boot</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-spring-boot/
implementation 'com.github.ddphin:ddphin-spring-boot:1.2.2'
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-spring-boot/
implementation ("com.github.ddphin:ddphin-spring-boot:1.2.2")
'com.github.ddphin:ddphin-spring-boot:pom:1.2.2'
<dependency org="com.github.ddphin" name="ddphin-spring-boot" rev="1.2.2">
<artifact name="ddphin-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ddphin', module='ddphin-spring-boot', version='1.2.2')
)
libraryDependencies += "com.github.ddphin" % "ddphin-spring-boot" % "1.2.2"
[com.github.ddphin/ddphin-spring-boot "1.2.2"]