Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.github.containersolutions |
ArtifactId | ArtifactIdoperator-framework-samples-common |
Version | Version1.2.1 |
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>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-common/
implementation 'com.github.containersolutions:operator-framework-samples-common:1.2.1'
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-common/
implementation ("com.github.containersolutions:operator-framework-samples-common:1.2.1")
'com.github.containersolutions:operator-framework-samples-common:jar:1.2.1'
<dependency org="com.github.containersolutions" name="operator-framework-samples-common" rev="1.2.1">
<artifact name="operator-framework-samples-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.containersolutions', module='operator-framework-samples-common', version='1.2.1')
)
libraryDependencies += "com.github.containersolutions" % "operator-framework-samples-common" % "1.2.1"
[com.github.containersolutions/operator-framework-samples-common "1.2.1"]