| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.github.ddphin |
| Идентификатор | Идентификаторddphin-base-common-spring-boot-samples |
| Версия | Версия1.1.7 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.ddphin/ddphin-base-common-spring-boot-samples/ -->
<dependency>
<groupId>com.github.ddphin</groupId>
<artifactId>ddphin-base-common-spring-boot-samples</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-base-common-spring-boot-samples/
implementation 'com.github.ddphin:ddphin-base-common-spring-boot-samples:1.1.7'
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-base-common-spring-boot-samples/
implementation ("com.github.ddphin:ddphin-base-common-spring-boot-samples:1.1.7")
'com.github.ddphin:ddphin-base-common-spring-boot-samples:jar:1.1.7'
<dependency org="com.github.ddphin" name="ddphin-base-common-spring-boot-samples" rev="1.1.7">
<artifact name="ddphin-base-common-spring-boot-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddphin', module='ddphin-base-common-spring-boot-samples', version='1.1.7')
)
libraryDependencies += "com.github.ddphin" % "ddphin-base-common-spring-boot-samples" % "1.1.7"
[com.github.ddphin/ddphin-base-common-spring-boot-samples "1.1.7"]