is not current version
Last Version 1.3.0

com.github.containersolutions:operator-framework-samples-spring-boot-plain 1.2.1

Sample usage with Spring Boot

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.containersolutions
ArtifactId

ArtifactId

operator-framework-samples-spring-boot-plain
Version

Version

1.2.1
Type

Type

jar

Download operator-framework-samples-spring-boot-plain 1.2.1


<!-- https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot-plain/ -->
<dependency>
    <groupId>com.github.containersolutions</groupId>
    <artifactId>operator-framework-samples-spring-boot-plain</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot-plain/
implementation 'com.github.containersolutions:operator-framework-samples-spring-boot-plain:1.2.1'
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot-plain/
implementation ("com.github.containersolutions:operator-framework-samples-spring-boot-plain:1.2.1")
'com.github.containersolutions:operator-framework-samples-spring-boot-plain:jar:1.2.1'
<dependency org="com.github.containersolutions" name="operator-framework-samples-spring-boot-plain" rev="1.2.1">
  <artifact name="operator-framework-samples-spring-boot-plain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.containersolutions', module='operator-framework-samples-spring-boot-plain', version='1.2.1')
)
libraryDependencies += "com.github.containersolutions" % "operator-framework-samples-spring-boot-plain" % "1.2.1"
[com.github.containersolutions/operator-framework-samples-spring-boot-plain "1.2.1"]