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