# fluss-shaded **Repository Path**: mirrors_apache/fluss-shaded ## Basic Information - **Project Name**: fluss-shaded - **Description**: Apache Fluss (Incubating) shaded artifacts repository - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-02 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fluss Shaded Dependencies This repository contains a number of shaded dependencies for the [Apache Fluss (Incubating)](https://fluss.apache.org/) project. The purpose of these dependencies is to provide a single instance of a shaded dependency in the Fluss distribution, instead of each individual module shading the dependency. Shaded dependencies contained here do not expose any transitive dependencies. They may or may not be self-contained. When using these dependencies it is recommended to work directly against the shaded namespaces. ## Sources We currently do not release jars containing the shaded sources due to the unanswered legal questions raised [here](https://github.com/apache/flink-shaded/issues/25). However, it is possible to build these jars locally by cloning the repository and calling `mvn clean package -Dshade-sources`. ## Reference This project is inspired from [flink-shaded](https://github.com/apache/flink-shaded).