awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to evant/gradle-retrolambda

Open-source alternatives to Gradle Retrolambda

30 open-source projects similar to evant/gradle-retrolambda, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Gradle Retrolambda alternative.

  • cglib/cglibcglib avatar

    cglib/cglib

    4,896View on GitHub↗

    cglib is a suite of tools for JVM bytecode generation, class transformation, and dynamic proxying. It provides a high-level API for creating and transforming Java bytecode at runtime to modify class behavior and a framework for intercepting method calls and field access. The project implements dynamic proxy generation to support aspect oriented programming and custom data access patterns. It also includes a serialization manager to implement serialization contracts by adding specific methods and controlling object replacement within proxy classes. The library covers bytecode manipulation and

    Java
    View on GitHub↗4,896
  • mcxiaoke/packer-ng-pluginmcxiaoke avatar

    mcxiaoke/packer-ng-plugin

    4,797View on GitHub↗

    This project is an Android Gradle build plugin designed to automate the creation of multiple channel-specific application packages from a single build process. It functions as an APK variant generator that injects unique distribution identifiers into application packages to track installation sources across different app stores. The tool manages the entire distribution lifecycle, from defining target channels via external configuration to generating the corresponding package variants. It uses template-based artifact naming with dynamic placeholders to organize output files and includes a syst

    Javaandroidapkgradle
    View on GitHub↗4,797
  • symfony/polyfill-php72symfony avatar

    symfony/polyfill-php72

    4,742View on GitHub↗

    This project is a PHP compatibility polyfill designed to backport core functions and constants from PHP 7.2 to older versions of the language. It serves as a PHP standard library extension and version backport, providing a compatibility layer that fills gaps in the PHP core to ensure consistent behavior across different environments. The library enables cross-version code portability by implementing missing standard library functions, allowing newer language features to run on legacy PHP environments. This ensures that applications can maintain a consistent interface and remain compatible wit

    compatibilitycomponentjavascript
    View on GitHub↗4,742

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • jboss-javassist/javassistjboss-javassist avatar

    jboss-javassist/javassist

    4,230View on GitHub↗

    Javassist is a bytecode engineering toolkit for analyzing, modifying, and generating Java bytecode and class files. It functions as a bytecode manipulation library that allows for the editing of class files through either direct bytecode access or high-level source code syntax. The project provides specialized tools for the programmatic creation of new Java classes and interfaces during runtime. It includes a dynamic proxy generator for intercepting method calls and a class loader interceptor that automatically modifies class definitions as they are loaded into the Java Virtual Machine. Addi

    Javajavajava-bytecode
    View on GitHub↗4,230
  • diobf/deobfuscatorDiobf avatar

    Diobf/Deobfuscator

    518View on GitHub↗

    Deobfuscator is a static analysis and manipulation framework designed to inspect and modify compiled Java class files and bytecode instructions. It functions as a deobfuscator that simplifies and reverses obfuscated Java applications, alongside operating as a security runtime environment that isolates and executes untrusted or potentially malicious Java bytecode safely. The project processes class files through a sequence of custom transformation passes using visitor-based instruction parsing and a static class analysis engine that maps out class hierarchies and cross-references without dynam

    Javabinsecurebozarcaesium
    View on GitHub↗518
  • openjdk/jdkopenjdk avatar

    openjdk/jdk

    22,617View on GitHub↗

    The Java Development Kit is a comprehensive software development environment designed for compiling, debugging, and executing applications written in the Java programming language. It provides the core infrastructure necessary to transform human-readable source code into platform-independent bytecode and run those applications across diverse computing environments. At the center of this environment is the Java Virtual Machine, a runtime engine that executes compiled bytecode while managing memory and system resources. This architecture utilizes a stack-based virtual machine and a platform-agn

    Javajavajvmopenjdk
    View on GitHub↗22,617
  • jetbrains/intellij-platform-plugin-templateJetBrains avatar

    JetBrains/intellij-platform-plugin-template

    3,740View on GitHub↗

    This project is a standardized project scaffolding and build automation system for developing IntelliJ IDE plugins. It provides a pre-configured directory layout and Gradle-based build automation to bootstrap new plugin projects with consistent compilation and dependency resolution. The template integrates a complete release management pipeline using GitHub Actions to automate the building, digital signing, and uploading of plugin binaries to a public marketplace. It includes a markdown-driven synchronizer that automatically updates marketplace release notes from a versioned text file during

    Kotlinintellijintellij-ideaintellij-idea-plugin
    View on GitHub↗3,740
  • gradle/kotlin-dsl-samplesgradle avatar

    gradle/kotlin-dsl-samples

    3,683View on GitHub↗

    This repository provides a collection of example configurations demonstrating how to define project build logic and dependencies using the Kotlin domain-specific language. It serves as a reference for implementing build automation within the Gradle ecosystem, focusing on the transition from traditional scripting to a type-safe, expressive approach for managing software lifecycles. The samples illustrate how to leverage the Kotlin compiler to validate build scripts during development, enabling features such as IDE autocompletion and early error detection. By utilizing this approach, developers

    Kotlingradlekotlin
    View on GitHub↗3,683
  • codecrafters-io/build-your-own-xcodecrafters-io avatar

    codecrafters-io/build-your-own-x

    516,240View on GitHub↗

    This project provides a comprehensive framework for creating, managing, and executing educational programming challenges. It includes standardized systems for authoring instructional content, defining test cases, and structuring documentation to ensure consistent learning outcomes. The platform supports a wide range of programming languages through dedicated execution environments that handle compilation, dependency management, and automated testing. The infrastructure facilitates both local and remote development workflows, offering command-line utilities for testing code without requiring v

    Markdownawesome-listfreeprogramming
    View on GitHub↗516,240
  • nisrulz/android-tips-tricksnisrulz avatar

    nisrulz/android-tips-tricks

    4,748View on GitHub↗

    This project provides a collection of reference materials, guides, and cheatsheets designed to optimize the Android development workflow. It serves as a comprehensive resource for implementing best practices in application building, debugging, and user interface design. The repository covers specialized techniques for build optimization, including methods to reduce binary sizes and accelerate compilation. It also provides detailed references for device debugging, memory leak detection, and the application of Material Design principles. The project further details productivity enhancements fo

    Java
    View on GitHub↗4,748
  • jenv/jenvjenv avatar

    jenv/jenv

    6,621View on GitHub↗

    Manage your Java environment

    Shell
    View on GitHub↗6,621
  • fody/fodyFody avatar

    Fody/Fody

    4,525View on GitHub↗

    Fody is a .NET intermediate language weaving tool and assembly post-compilation processor. It functions as a build pipeline extension that injects custom logic into compiled binaries without requiring manual changes to the original source code. The framework provides an injection system for creating custom weavers that automate assembly-level modifications. This allows for the implementation of cross-cutting concerns and the reduction of manual plumbing and boilerplate code by manipulating the output of the compiler before the final assembly is written. The system covers assembly manipulatio

    C#
    View on GitHub↗4,525
  • linx4200/vue-colorlinx4200 avatar

    linx4200/vue-color

    2,610View on GitHub↗

    This project is a suite of interactive color selection components designed for web applications. It provides a collection of graphical interfaces, including swatches, sliders, and palettes, that allow users to capture and manage color input within a browser-based environment. The library is built to maintain compatibility across different framework versions, allowing for integration into both modern and legacy projects without requiring a full migration. It utilizes reactive data binding and event-driven synchronization to ensure that selected color values remain consistent with the underlyin

    TypeScriptcolor-pickervuevue-components
    View on GitHub↗2,610
  • sdkman/sdkman-clisdkman avatar

    sdkman/sdkman-cli

    6,791View on GitHub↗

    SDKMAN is a command-line utility for installing, tracking, and managing multiple versions of software development kits on Unix systems. It functions as a software installer and environment manager that automates the downloading and configuration of development tools for Linux and macOS. The tool enables the installation of parallel SDK versions on a single system and provides the capability to toggle between them to change the active environment for a shell session. It specifically facilitates the setup of Java development environments, including the management of various Java Development Kit

    Shell
    View on GitHub↗6,791
  • es-shims/es5-shimes-shims avatar

    es-shims/es5-shim

    7,086View on GitHub↗

    es5-shim is an ECMAScript 5 polyfill library and standard library shim. It serves as a JavaScript compatibility layer that adds missing ES5 standard library methods and language features to legacy JavaScript engines. The project functions by implementing the ECMAScript 5 specification for non-compliant engines to ensure consistent behavior and prevent runtime errors. It provides a bridge for older browser environments, allowing modern JavaScript code to execute in legacy environments. The library covers cross-browser API standardization and polyfill management. It specifically handles the em

    JavaScriptecmascriptes5javascript
    View on GitHub↗7,086
  • goodrain/rainbondgoodrain avatar

    goodrain/rainbond

    6,184View on GitHub↗

    Rainbond is a Kubernetes-native application platform that deploys and manages containerized applications through a graphical interface, abstracting Kubernetes complexity so users can work without needing to learn Kubernetes commands or concepts. It provides a complete application lifecycle management system covering development, architecture, delivery, and operations from a single unified web interface, with automated workflows that handle cluster provisioning, application deployment, and ongoing management. The platform distinguishes itself through its application marketplace, which packages

    Go
    View on GitHub↗6,184
  • uxlfoundation/onetbbuxlfoundation avatar

    uxlfoundation/oneTBB

    6,678View on GitHub↗

    oneAPI Threading Building Blocks (oneTBB)

    C++composabilityflowgraphheterogeneousprogramming
    View on GitHub↗6,678
  • mrhadisatrio/optionalM

    MrHadiSatrio/Optional

    0View on GitHub↗
    View on GitHub↗0
  • square/javapoetsquare avatar

    square/javapoet

    10,850View on GitHub↗

    JavaPoet is a source code generator and metaprogramming utility for the Java language. It functions as an abstract syntax tree construction library that allows developers to model classes, methods, and fields as objects before emitting them as source code. The library distinguishes itself through automatic import management and code formatting. It tracks referenced types to generate required import statements and handles line wrapping, semicolon placement, and indentation to ensure generated files remain readable. The tool covers a broad range of generation capabilities, including the defini

    Java
    View on GitHub↗10,850
  • akarnokd/rxjava2interopA

    akarnokd/RxJava2Interop

    0View on GitHub↗
    View on GitHub↗0
  • android/android-ktxandroid avatar

    android/android-ktx

    7,421View on GitHub↗

    android-ktx is a Kotlin extension library for the Android framework. It provides a collection of idiomatic helper functions that wrap native system calls to reduce boilerplate and improve code readability throughout Android application development. The library implements a set of tools for building styled strings, transformation matrices, and graphical elements. It utilizes a builder-based syntax to simplify the construction of system objects such as content values and data bundles. The project covers a broad range of capabilities, including the simplification of view manipulations and time

    androidkotlinkotlin-extensions
    View on GitHub↗7,421
  • annimon/lightweight-stream-apiaNNiMON avatar

    aNNiMON/Lightweight-Stream-API

    1,594View on GitHub↗

    Stream API from Java 8 rewritten on iterators for Java 7 and below

    Javabackportsfunctional-programmingjava
    View on GitHub↗1,594
  • greenrobot/eventbusgreenrobot avatar

    greenrobot/EventBus

    24,760View on GitHub↗

    EventBus is a publish-subscribe messaging library designed to facilitate decoupled communication between components in Java applications. It functions as a central hub where producers dispatch events that are routed to subscribers based on the class type of the payload. By using annotation-based markers, the system maps event handlers to specific data types, allowing different parts of an application to exchange information without requiring direct references between classes. The library distinguishes itself through a focus on performance and execution control. It utilizes a compile-time inde

    Java
    View on GitHub↗24,760
  • inmite/android-butterknife-zeleznyinmite avatar

    inmite/android-butterknife-zelezny

    3,351View on GitHub↗

    Android Studio plug-in for generating ButterKnife injections from selected layout XML.

    Java
    View on GitHub↗3,351
  • inmite/android-selector-chapekinmite avatar

    inmite/android-selector-chapek

    1,560View on GitHub↗

    Android Studio plugin which automatically generates drawable selectors from appropriately named resources.

    Java
    View on GitHub↗1,560
  • jakewharton/rxbindingJakeWharton avatar

    JakeWharton/RxBinding

    9,578View on GitHub↗

    RxBinding is an Android UI binding library that transforms standard view listeners into RxJava observables. It serves as a bridge and reactive wrapper, converting user interactions and widget states into reactive data flows. The project enables the implementation of reactive programming patterns across Android system interactions. By treating UI interactions as data streams, it allows for the asynchronous handling of events to decouple the view layer from business logic. The library covers the conversion of UI events into streams, the management of widget states to trigger application update

    Kotlin
    View on GitHub↗9,578
  • jakewharton/rxrelayJakeWharton avatar

    JakeWharton/RxRelay

    2,459View on GitHub↗

    RxJava types that are both an Observable and a Consumer.

    Java
    View on GitHub↗2,459
  • jeromevdl/android-holo-colors-idea-pluginjeromevdl avatar

    jeromevdl/android-holo-colors-idea-plugin

    633View on GitHub↗

    IntelliJ / Android Studio plugin for Android Holo Colors

    Java
    View on GitHub↗633
  • jgilfelt/android-actionbarstylegeneratorjgilfelt avatar

    jgilfelt/android-actionbarstylegenerator

    996View on GitHub↗

    DEPRECATED Easily create a simple, attractive and seamless custom action bar style for your Android application

    JavaScript
    View on GitHub↗996
  • joelittlejohn/jsonschema2pojojoelittlejohn avatar

    joelittlejohn/jsonschema2pojo

    6,379View on GitHub↗

    Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc

    Java
    View on GitHub↗6,379