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