is not current version
Last Version 1.3.0

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

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.0.0
Type

Type

jar

Download operator-framework-samples-pure-java 1.0.0


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