is not current version
Last Version 0.3.3

com.github.containersolutions:operator-framework-samples 0.3.1

Sample usage of operator framework

Categories

Categories

Container
GroupId

GroupId

com.github.containersolutions
ArtifactId

ArtifactId

operator-framework-samples
Version

Version

0.3.1
Type

Type

pom

Download operator-framework-samples 0.3.1


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