Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.github.containersolutions |
ArtifactId | ArtifactIdoperator-framework-samples |
Version | Version0.3.1 |
Type | Typepom |
Filename | Size |
---|---|
operator-framework-samples-0.3.1.pom | 801 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples/ -->
<dependency>
<groupId>com.github.containersolutions</groupId>
<artifactId>operator-framework-samples</artifactId>
<version>0.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples/
implementation 'com.github.containersolutions:operator-framework-samples:0.3.1'
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples/
implementation ("com.github.containersolutions:operator-framework-samples:0.3.1")
'com.github.containersolutions:operator-framework-samples:pom:0.3.1'
<dependency org="com.github.containersolutions" name="operator-framework-samples" rev="0.3.1">
<artifact name="operator-framework-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.containersolutions', module='operator-framework-samples', version='0.3.1')
)
libraryDependencies += "com.github.containersolutions" % "operator-framework-samples" % "0.3.1"
[com.github.containersolutions/operator-framework-samples "0.3.1"]