License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdcom.github.containersolutions |
ArtifactId | ArtifactIdoperator-framework-sample |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionOperator SDK - Sample
Sample usage of operator framework
|
<!-- https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-sample/ -->
<dependency>
<groupId>com.github.containersolutions</groupId>
<artifactId>operator-framework-sample</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-sample/
implementation 'com.github.containersolutions:operator-framework-sample:0.1.1'
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-sample/
implementation ("com.github.containersolutions:operator-framework-sample:0.1.1")
'com.github.containersolutions:operator-framework-sample:jar:0.1.1'
<dependency org="com.github.containersolutions" name="operator-framework-sample" rev="0.1.1">
<artifact name="operator-framework-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.containersolutions', module='operator-framework-sample', version='0.1.1')
)
libraryDependencies += "com.github.containersolutions" % "operator-framework-sample" % "0.1.1"
[com.github.containersolutions/operator-framework-sample "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.containersolutions : operator-framework | jar | 0.1.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.11.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.2 |