не последняя версия
Последняя версия 1.3.0

com.github.containersolutions:operator-framework 1.2.2

Framework for implementing Kubernetes operators

Категории

Категории

Контейнер
Группа

Группа

com.github.containersolutions
Идентификатор

Идентификатор

operator-framework
Версия

Версия

1.2.2
Тип

Тип

jar

Скачать operator-framework 1.2.2


<!-- https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework/ -->
<dependency>
    <groupId>com.github.containersolutions</groupId>
    <artifactId>operator-framework</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework/
implementation 'com.github.containersolutions:operator-framework:1.2.2'
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework/
implementation ("com.github.containersolutions:operator-framework:1.2.2")
'com.github.containersolutions:operator-framework:jar:1.2.2'
<dependency org="com.github.containersolutions" name="operator-framework" rev="1.2.2">
  <artifact name="operator-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.containersolutions', module='operator-framework', version='1.2.2')
)
libraryDependencies += "com.github.containersolutions" % "operator-framework" % "1.2.2"
[com.github.containersolutions/operator-framework "1.2.2"]