awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesDependency Renaming

Renaming of third-party packages to avoid conflicts when multiple versions of the same dependency are required.

Distinct from Dependency Versioning: Focuses on renaming packages for conflict resolution rather than updating semantic version strings.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Dependency Renaming. Refine with filters or upvote what's useful.

Awesome Dependency Renaming GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • aosp-mirror/platform_frameworks_baseAvatar von aosp-mirror

    aosp-mirror/platform_frameworks_base

    10,812Auf GitHub ansehen↗

    This project provides the core framework and system API layer for the Android operating system. It consists of the fundamental Java and C++ libraries that define system behavior and establish the interface contracts required for system applications and hardware abstraction. The project includes a runtime optimizer used to reduce startup time and improve execution speed by pre-compiling methods and configuring boot images. It also features a software quality toolchain that enforces code formatting, audits commit metadata, and manages API compatibility to ensure stable interface contracts acros

    Relocates external library packages to internal namespaces during the build process to prevent classpath conflicts.

    Java
    Auf GitHub ansehen↗10,812
  • google/closure-compilerAvatar von google

    google/closure-compiler

    7,663Auf GitHub ansehen↗

    This project is a JavaScript optimizer, minifier, module bundler, transpiler, and static analysis tool. It provides a compilation pipeline designed to shrink file sizes and improve runtime performance. The system utilizes a multi-pass compilation process to perform dead code elimination, global name mangling, and static type inference. It identifies unreachable functions and unused variables to reduce the final output size and detects potential runtime errors without executing the code. The tool manages assets through dependency resolution, code chunking, and bundle management. It ensures co

    Renames third-party library packages to prevent version conflicts when multiple versions of a dependency are used.

    JavaScript
    Auf GitHub ansehen↗7,663
  1. Home
  2. DevOps & Infrastructure
  3. Version Upgrades
  4. Dependency Versioning
  5. Dependency Renaming