License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdorg.apache.flink |
ArtifactId | ArtifactIdflink-shaded-netty |
Last Version | Last Version4.1.70.Final-15.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionflink-shaded-netty-4
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-shaded-netty/ -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-netty</artifactId>
<version>4.1.70.Final-15.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.flink/flink-shaded-netty/
implementation 'org.apache.flink:flink-shaded-netty:4.1.70.Final-15.0'
// https://jarcasting.com/artifacts/org.apache.flink/flink-shaded-netty/
implementation ("org.apache.flink:flink-shaded-netty:4.1.70.Final-15.0")
'org.apache.flink:flink-shaded-netty:jar:4.1.70.Final-15.0'
<dependency org="org.apache.flink" name="flink-shaded-netty" rev="4.1.70.Final-15.0">
<artifact name="flink-shaded-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.flink', module='flink-shaded-netty', version='4.1.70.Final-15.0')
)
libraryDependencies += "org.apache.flink" % "flink-shaded-netty" % "4.1.70.Final-15.0"
[org.apache.flink/flink-shaded-netty "4.1.70.Final-15.0"]