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

com.github.containersolutions:operator-framework 0.3.1

Framework for implementing Kubernetes operators

Категории

Категории

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

Группа

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

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

operator-framework
Версия

Версия

0.3.1
Тип

Тип

jar

Скачать operator-framework 0.3.1


<!-- 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"]