is not current version
Last Version 1.3.0

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

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

0.3.3
Type

Type

jar

Download operator-framework-samples-pure-java 0.3.3


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