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