is not current version
Last Version 1.3.0

com.github.containersolutions:operator-framework-samples-pure-java 1.2.2

Sample usage with pure java app

Categories

Categories

Java Languages Container
GroupId

GroupId

com.github.containersolutions
ArtifactId

ArtifactId

operator-framework-samples-pure-java
Version

Version

1.2.2
Type

Type

jar

Download operator-framework-samples-pure-java 1.2.2


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