is not current version
Last Version 0.3.3

com.github.containersolutions:operator-framework-samples-spring-boot-starter 0.2.0

Sample usage with spring boot starter

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.containersolutions
ArtifactId

ArtifactId

operator-framework-samples-spring-boot-starter
Version

Version

0.2.0
Type

Type

jar

Download operator-framework-samples-spring-boot-starter 0.2.0


<!-- 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.2.0</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.2.0'
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot-starter/
implementation ("com.github.containersolutions:operator-framework-samples-spring-boot-starter:0.2.0")
'com.github.containersolutions:operator-framework-samples-spring-boot-starter:jar:0.2.0'
<dependency org="com.github.containersolutions" name="operator-framework-samples-spring-boot-starter" rev="0.2.0">
  <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.2.0')
)
libraryDependencies += "com.github.containersolutions" % "operator-framework-samples-spring-boot-starter" % "0.2.0"
[com.github.containersolutions/operator-framework-samples-spring-boot-starter "0.2.0"]