is not current version
Last Version 0.1.1

com.github.containersolutions:operator-framework-sample 0.1.0

Sample usage of operator framework

Categories

Categories

Container
GroupId

GroupId

com.github.containersolutions
ArtifactId

ArtifactId

operator-framework-sample
Version

Version

0.1.0
Type

Type

jar

Download operator-framework-sample 0.1.0


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