is not current version
Last Version 1.1.0

com.github.containersolutions:operator-framework-samples-spring-boot 1.0.0

Sample usage with Spring Boot

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.containersolutions
ArtifactId

ArtifactId

operator-framework-samples-spring-boot
Version

Version

1.0.0
Type

Type

jar

Download operator-framework-samples-spring-boot 1.0.0


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