License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdcom.github.containersolutions |
ArtifactId | ArtifactIdoperator-framework-samples-common |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOperator SDK - Samples - Common Files
Files shared between some of the samples
|
<!-- 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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-common/
implementation 'com.github.containersolutions:operator-framework-samples-common:1.3.0'
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-common/
implementation ("com.github.containersolutions:operator-framework-samples-common:1.3.0")
'com.github.containersolutions:operator-framework-samples-common:jar:1.3.0'
<dependency org="com.github.containersolutions" name="operator-framework-samples-common" rev="1.3.0">
<artifact name="operator-framework-samples-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.containersolutions', module='operator-framework-samples-common', version='1.3.0')
)
libraryDependencies += "com.github.containersolutions" % "operator-framework-samples-common" % "1.3.0"
[com.github.containersolutions/operator-framework-samples-common "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.containersolutions : operator-framework | jar | 1.3.0 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.13.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |