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