License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.containersolutions |
ArtifactId | ArtifactIdoperator-framework-samples-spring-boot |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionOperator SDK - Samples - Basic - Spring Boot
Sample usage with Spring Boot
|
<!-- https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot/ -->
<dependency>
<groupId>com.github.containersolutions</groupId>
<artifactId>operator-framework-samples-spring-boot</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot/
implementation 'com.github.containersolutions:operator-framework-samples-spring-boot:1.1.0'
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot/
implementation ("com.github.containersolutions:operator-framework-samples-spring-boot:1.1.0")
'com.github.containersolutions:operator-framework-samples-spring-boot:jar:1.1.0'
<dependency org="com.github.containersolutions" name="operator-framework-samples-spring-boot" rev="1.1.0">
<artifact name="operator-framework-samples-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.containersolutions', module='operator-framework-samples-spring-boot', version='1.1.0')
)
libraryDependencies += "com.github.containersolutions" % "operator-framework-samples-spring-boot" % "1.1.0"
[com.github.containersolutions/operator-framework-samples-spring-boot "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.containersolutions : operator-framework-samples-common | jar | 1.1.0 |
com.github.containersolutions : spring-boot-operator-framework-starter | jar | 1.1.0 |