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