Table of Contents

About

namespace in java.

A package is a namespace that organizes a set of related classes and interfaces.

Conceptually you can think of packages as being similar to different folders on your computer.

Packages are named groups of related classes.

Management

Relocation

Relocating is used when two package may be used but with two different version. dependency hell

See Gradle relocation from the shadow plugin

Documentation / Reference