License |
License |
---|---|
Categories |
CategoriesKubernetes Container Virtualization Tools Net |
GroupId | GroupIdorg.apache.flink |
ArtifactId | ArtifactIdflink-kubernetes-shaded |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
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>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.flink/flink-kubernetes-shaded/
implementation 'org.apache.flink:flink-kubernetes-shaded:1.0.1'
// https://jarcasting.com/artifacts/org.apache.flink/flink-kubernetes-shaded/
implementation ("org.apache.flink:flink-kubernetes-shaded:1.0.1")
'org.apache.flink:flink-kubernetes-shaded:jar:1.0.1'
<dependency org="org.apache.flink" name="flink-kubernetes-shaded" rev="1.0.1">
<artifact name="flink-kubernetes-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.flink', module='flink-kubernetes-shaded', version='1.0.1')
)
libraryDependencies += "org.apache.flink" % "flink-kubernetes-shaded" % "1.0.1"
[org.apache.flink/flink-kubernetes-shaded "1.0.1"]