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