| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcn.felord |
| Идентификатор | Идентификаторpayment-spring-boot |
| Версия | Версия1.0.3.RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| payment-spring-boot-1.0.3.RELEASE.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.felord/payment-spring-boot/ -->
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot</artifactId>
<version>1.0.3.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.felord/payment-spring-boot/
implementation 'cn.felord:payment-spring-boot:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/cn.felord/payment-spring-boot/
implementation ("cn.felord:payment-spring-boot:1.0.3.RELEASE")
'cn.felord:payment-spring-boot:pom:1.0.3.RELEASE'
<dependency org="cn.felord" name="payment-spring-boot" rev="1.0.3.RELEASE">
<artifact name="payment-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.felord', module='payment-spring-boot', version='1.0.3.RELEASE')
)
libraryDependencies += "cn.felord" % "payment-spring-boot" % "1.0.3.RELEASE"
[cn.felord/payment-spring-boot "1.0.3.RELEASE"]