is not current version
Last Version 1.3.0

com.github.containersolutions:operator-framework 0.2.0

Framework for implementing Kubernetes operators

Categories

Categories

Container
GroupId

GroupId

com.github.containersolutions
ArtifactId

ArtifactId

operator-framework
Version

Version

0.2.0
Type

Type

jar

Download operator-framework 0.2.0


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