Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.github.containersolutions |
ArtifactId | ArtifactIdoperator-framework-samples-common |
Version | Version0.3.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-common/ -->
<dependency>
<groupId>com.github.containersolutions</groupId>
<artifactId>operator-framework-samples-common</artifactId>
<version>0.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-common/
implementation 'com.github.containersolutions:operator-framework-samples-common:0.3.8'
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-common/
implementation ("com.github.containersolutions:operator-framework-samples-common:0.3.8")
'com.github.containersolutions:operator-framework-samples-common:jar:0.3.8'
<dependency org="com.github.containersolutions" name="operator-framework-samples-common" rev="0.3.8">
<artifact name="operator-framework-samples-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.containersolutions', module='operator-framework-samples-common', version='0.3.8')
)
libraryDependencies += "com.github.containersolutions" % "operator-framework-samples-common" % "0.3.8"
[com.github.containersolutions/operator-framework-samples-common "0.3.8"]