License |
License |
---|---|
GroupId | GroupIdorg.apache.flink |
ArtifactId | ArtifactIdforce-shading |
Last Version | Last Version1.13.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFlink : Tools : Force Shading
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 |
Filename | Size |
---|---|
force-shading-1.13.6.pom | |
force-shading-1.13.6.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.flink/force-shading/ -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>force-shading</artifactId>
<version>1.13.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.flink/force-shading/
implementation 'org.apache.flink:force-shading:1.13.6'
// https://jarcasting.com/artifacts/org.apache.flink/force-shading/
implementation ("org.apache.flink:force-shading:1.13.6")
'org.apache.flink:force-shading:jar:1.13.6'
<dependency org="org.apache.flink" name="force-shading" rev="1.13.6">
<artifact name="force-shading" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.flink', module='force-shading', version='1.13.6')
)
libraryDependencies += "org.apache.flink" % "force-shading" % "1.13.6"
[org.apache.flink/force-shading "1.13.6"]