| Категории |
КатегорииSpring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration |
|---|---|
| Группа | Группаco.fingerprintsoft |
| Идентификатор | Идентификаторpayment-gateway-spring-boot-autoconfigure |
| Версия | Версия2.1.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/co.fingerprintsoft/payment-gateway-spring-boot-autoconfigure/ -->
<dependency>
<groupId>co.fingerprintsoft</groupId>
<artifactId>payment-gateway-spring-boot-autoconfigure</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.fingerprintsoft/payment-gateway-spring-boot-autoconfigure/
implementation 'co.fingerprintsoft:payment-gateway-spring-boot-autoconfigure:2.1.0'
// https://jarcasting.com/artifacts/co.fingerprintsoft/payment-gateway-spring-boot-autoconfigure/
implementation ("co.fingerprintsoft:payment-gateway-spring-boot-autoconfigure:2.1.0")
'co.fingerprintsoft:payment-gateway-spring-boot-autoconfigure:jar:2.1.0'
<dependency org="co.fingerprintsoft" name="payment-gateway-spring-boot-autoconfigure" rev="2.1.0">
<artifact name="payment-gateway-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.fingerprintsoft', module='payment-gateway-spring-boot-autoconfigure', version='2.1.0')
)
libraryDependencies += "co.fingerprintsoft" % "payment-gateway-spring-boot-autoconfigure" % "2.1.0"
[co.fingerprintsoft/payment-gateway-spring-boot-autoconfigure "2.1.0"]