An open API service indexing awesome lists of open source software.

fucking-awesome-java

A curated list of awesome frameworks, libraries and software for the Java programming language. With repository stars⭐ and forks🍴
https://github.com/correia-jpv/fucking-awesome-java

Last synced: 1 day ago
JSON representation

  • Projects

    • Architecture

      • ArchUnit - Test library for specifying and asserting architecture rules.
      • jMolecules - Annotations and interfaces to express design and architecture concepts in code.
      • ArchUnit - Test library for specifying and asserting architecture rules.
      • jMolecules - Annotations and interfaces to express design and architecture concepts in code.
    • Bean Mapping

      • dOOv - Provides fluent API for typesafe domain model validation and mapping. It uses annotations, code generation and a type safe DSL to make bean validation and mapping fast and easy.
      • JMapper - Uses byte code manipulation for lightning-fast mapping. Supports annotations and API or XML configuration.
      • MapStruct - Code generator that simplifies mappings between different bean types, based on a convention-over-configuration approach.
      • ModelMapper - Intelligent object mapping library that automatically maps objects to each other.
      • Orika - JavaBean-mapping framework that recursively copies (among other capabilities) data from one object to another.
      • reMap - Lambda and method handle-based mapping which requires code and not annotations if objects have different names.
      • Selma - Annotation processor-based bean mapper.
      • ModelMapper - Intelligent object mapping library that automatically maps objects to each other.
      • dOOv - Provides fluent API for typesafe domain model validation and mapping. It uses annotations, code generation and a type safe DSL to make bean validation and mapping fast and easy.
      • JMapper - Uses byte code manipulation for lightning-fast mapping. Supports annotations and API or XML configuration.
      • MapStruct - Code generator that simplifies mappings between different bean types, based on a convention-over-configuration approach.
      • Orika - JavaBean-mapping framework that recursively copies (among other capabilities) data from one object to another.
      • reMap - Lambda and method handle-based mapping which requires code and not annotations if objects have different names.
      • Selma - Annotation processor-based bean mapper.
    • Build

      • Buck2 - Encourages the creation of small, reusable modules consisting of code and resources.
      • Buck2 - Encourages the creation of small, reusable modules consisting of code and resources.
    • Bytecode Manipulation

      • bytecode-viewer - Java 8 Jar & Android APK reverse engineering suite. (GPL-3.0-only)
      • cglib - Bytecode generation library.
      • Javassist - Tries to simplify bytecode editing.
      • bytecode-viewer - Java 8 Jar & Android APK reverse engineering suite. (GPL-3.0-only)
      • cglib - Bytecode generation library.
      • Javassist - Tries to simplify bytecode editing.
      • Maker - Provides low level bytecode generation.
      • Mixin - Manipulate bytecode at runtime using real Java code.
      • Perses - Dynamically injects failure/latency at the bytecode level according to principles of chaos engineering.
      • Maker - Provides low level bytecode generation.
      • Mixin - Manipulate bytecode at runtime using real Java code.
      • Perses - Dynamically injects failure/latency at the bytecode level according to principles of chaos engineering.
    • Caching

      • Caffeine - High-performance, near-optimal caching library.
      • Caffeine - High-performance, near-optimal caching library.
    • Configuration

      • config - Configuration library supporting Java properties, JSON or its human optimized superset HOCON.
      • centraldogma - Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2.
      • Configurate - Configuration library with support for various configuration formats and transformations.
      • dotenv - Twelve-factor configuration library which uses environment-specific files.
      • Externalized Properties - Lightweight yet powerful configuration library which supports resolution of properties from external sources and an extensible post-processing/conversion mechanism.
      • Gestalt - Gestalt offers a comprehensive solution to the challenges of configuration management. It allows you to source configuration data from multiple inputs, merge them intelligently, and present them in a structured, type-safe manner.
    • CLI

      • jbock - Reflectionless command line parser.
      • JLine - Includes features from modern shells like completion or history.
      • Jansi - ANSI escape codes to format console output.
      • Text-IO - Aids the creation of full console-based applications.
      • Lanterna - Easy console text-GUI library, similar to curses. (LGPL-3.0-only)
    • Code Analysis

      • Checkstyle - Static analysis of coding conventions and standards. (LGPL-2.1-or-later)
      • Error Prone - Catches common programming mistakes as compile-time errors.
      • Error Prone Support - Error Prone extensions: extra bug checkers and a large battery of Refaster templates.
      • Infer - Modern static analysis tool for verifying the correctness of code.
      • NullAway - Eliminates NullPointerExceptions with low build-time overhead.
      • PMD - Source code analysis for finding bad coding practices.
      • p3c - Provides Alibaba's coding guidelines for PMD, IDEA and Eclipse.
      • RefactorFirst - Identifies and prioritizes God Classes and Highly Coupled classes.
      • SonarJava - Static analyzer for SonarQube & SonarLint. (LGPL-3.0-only)
      • Spoon - Library for analyzing and transforming Java source code.
      • Spotbugs - Static analysis of bytecode to find potential bugs. (LGPL-2.1-only)
    • Code Generators

      • ADT4J - JSR-269 code generator for algebraic data types.
      • Auto - Generates factory, service, and value classes.
      • FreeBuilder - Automatically generates the Builder pattern.
      • Geci - Discovers files that need generated code, updates automatically and writes to the source with a convenient API.
      • JavaPoet - API to generate source files.
      • JHipster - Yeoman source code generator for Spring Boot and AngularJS.
      • Record-Builder - Companion builder class, withers and templates for Java records.
    • Computer Vision

      • JavaCV - Java interface to OpenCV, FFmpeg, and much more.