is not current version
Last Version 1.3.0

com.github.containersolutions:operator-framework-samples-common 1.2.2

Files shared between some of the samples

Categories

Categories

Container
GroupId

GroupId

com.github.containersolutions
ArtifactId

ArtifactId

operator-framework-samples-common
Version

Version

1.2.2
Type

Type

jar

Download operator-framework-samples-common 1.2.2


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