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