| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииKubernetes Контейнер Виртуализация Сеть |
| Группа | Группаorg.apache.flink |
| Идентификатор | Идентификаторflink-kubernetes-operator-parent |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеFlink Kubernetes:
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| flink-kubernetes-operator-parent-1.0.1.pom | 15 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.flink/flink-kubernetes-operator-parent/ -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-kubernetes-operator-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.flink/flink-kubernetes-operator-parent/
implementation 'org.apache.flink:flink-kubernetes-operator-parent:1.0.1'
// https://jarcasting.com/artifacts/org.apache.flink/flink-kubernetes-operator-parent/
implementation ("org.apache.flink:flink-kubernetes-operator-parent:1.0.1")
'org.apache.flink:flink-kubernetes-operator-parent:pom:1.0.1'
<dependency org="org.apache.flink" name="flink-kubernetes-operator-parent" rev="1.0.1">
<artifact name="flink-kubernetes-operator-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.flink', module='flink-kubernetes-operator-parent', version='1.0.1')
)
libraryDependencies += "org.apache.flink" % "flink-kubernetes-operator-parent" % "1.0.1"
[org.apache.flink/flink-kubernetes-operator-parent "1.0.1"]