License |
License |
---|---|
Categories |
CategoriesKubernetes Container Virtualization Tools Net |
GroupId | GroupIdorg.apache.flink |
ArtifactId | ArtifactIdflink-kubernetes-shaded |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionFlink Kubernetes Shaded
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.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.flink/flink-kubernetes-shaded/ -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-kubernetes-shaded</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.flink/flink-kubernetes-shaded/
implementation 'org.apache.flink:flink-kubernetes-shaded:0.1.0'
// https://jarcasting.com/artifacts/org.apache.flink/flink-kubernetes-shaded/
implementation ("org.apache.flink:flink-kubernetes-shaded:0.1.0")
'org.apache.flink:flink-kubernetes-shaded:jar:0.1.0'
<dependency org="org.apache.flink" name="flink-kubernetes-shaded" rev="0.1.0">
<artifact name="flink-kubernetes-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.flink', module='flink-kubernetes-shaded', version='0.1.0')
)
libraryDependencies += "org.apache.flink" % "flink-kubernetes-shaded" % "0.1.0"
[org.apache.flink/flink-kubernetes-shaded "0.1.0"]