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