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