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