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

awesome-java

A curated list of awesome frameworks, libraries and software for the Java programming language.
https://github.com/akullpp/awesome-java

Last synced: 7 days 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.
    • Artificial Intelligence

      • LangChain4j - Simplifies integration of LLMs with unified APIs and a comprehensive toolbox.
      • MCP Java SDK - Enables applications to interact with AI models and tools through a standardized interface (i.e. Model Context Protocol), supporting both synchronous and asynchronous communication patterns.
      • simple-openai - Library to use the OpenAI API (and compatible ones) in the simplest possible way.
      • JamJet - Agent runtime with a Java SDK for building AI agents, supporting graph-based workflow orchestration, multi-agent coordination, and MCP/A2A protocols.
    • 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.
      • 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.
      • Selma - Annotation processor-based bean mapper.
    • Build

      • Buck - 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.
      • Bazel - Tool from Google that builds code quickly and reliably.
      • Gradle - Incremental builds programmed via Groovy instead of declaring XML. Works well with Maven's dependency management.
    • Bytecode Manipulation

      • ASM - All-purpose, low-level bytecode manipulation and analysis.
      • Byte Buddy - Further simplifies bytecode generation with a fluent API.
      • Recaf - JVM reverse engineering toolkit, essentially an IDE for Java bytecode.
      • 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.
      • ASM - All-purpose, low-level bytecode manipulation and analysis.
      • Perses - Dynamically injects failure/latency at the bytecode level according to principles of chaos engineering.
    • Caching

      • cache2k - In-memory high performance caching library.
      • Ehcache - Distributed general-purpose cache.
      • Infinispan - Highly concurrent key/value datastore used for caching.
      • Caffeine - High-performance, near-optimal caching library.
    • CLI

      • JCommander - Command-line argument-parsing framework with custom types and validation via implementing interfaces.
      • picocli - ANSI colors and styles in usage help with annotation-based POSIX/GNU/any syntax, subcommands, strong typing for both options and positional args.
      • Airline - Annotation-based framework for parsing Git-like command-line arguments.
      • jbock - Reflectionless command line parser.
      • JLine - Includes features from modern shells like completion or history.
      • Jansi - ANSI escape codes to format console output.
      • Jexer - Advanced console (and Swing) text user interface (TUI) library, with mouse-draggable windows, built-in terminal window manager, and sixel image support. Looks like [Turbo Vision](https://en.wikipedia.org/wiki/Turbo_Vision).
      • Text-IO - Aids the creation of full console-based applications.
      • Lanterna - Easy console text-GUI library, similar to curses. (LGPL-3.0-only)
      • AliveJTUI - Declarative, React-style TUI library for building terminal UIs as component trees with diff-based rendering, focus management, and themes.
    • Cloud

    • Cluster Management

      • Apache Aurora - Mesos framework for long-running services and cron jobs.
      • Singularity - Mesos framework that makes deployment and operations easy. It supports web services, background workers, scheduled jobs, and one-off tasks.
    • Code Analysis

      • Infer - Modern static analysis tool for verifying the correctness of code.
      • jQAssistant - Static code analysis with Neo4J-based query language. (GPL-3.0-only)
      • 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.
      • 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.
      • 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)
      • RefactorFirst - Identifies and prioritizes God Classes and Highly Coupled classes.
      • jQAssistant - Static code analysis with Neo4J-based query language. (GPL-3.0-only)
      • ToolsHref - Online Java code analyzer and JSON-to-Mermaid visualization tool.
    • Code Coverage

      • Clover - Relies on source-code instrumentation instead of bytecode instrumentation.
      • JaCoCo - Framework that enables collection of code coverage metrics, using both offline and runtime bytecode instrumentation.
      • Cobertura - Relies on offline (or static) bytecode instrumentation and class loading to collect code coverage metrics. (GPL-2.0-only)
      • Delta Coverage - Computes code coverage of new and modified code based on a provided diff, supporting JaCoCo and IntelliJ coverage engines.
    • Code Generators

      • Avaje Http Server - Generates Lightweight JAX-RS style http servers using Javalin or Helidon (Nima) SE.
      • Bootify ![c - Browser-based Spring Boot app generation with JPA model and REST API.
      • Immutables - Annotation processors to generate simple, safe and consistent value objects.
      • Joda-Beans - Small framework that adds queryable properties to Java, enhancing JavaBeans.
      • JPA Buddy ![c - Plugin for IntelliJ IDEA. Provides visual tools for generating JPA entities, Spring Data JPA repositories, Liquibase changelogs and SQL scripts. Offers automatic Liquibase/Flyway script generation by comparing model to DB, and reverse engineering JPA entities from DB tables.
      • Telosys - Simple and light code generator available as an Eclipse Plugin and also as a CLI.
      • 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.
      • EasyEntityToDTO - Annotation processor for automatic DTO and Mapper generation with zero boilerplate.
      • JSpecify Package-Info Generator - Maven plugin that automatically generates package-info.java files with JSpecify annotations (@NullMarked and @NullUnmarked), helping you manage nullness boundaries in your Java projects without manual boilerplate.
      • Bootify ![c - Browser-based Spring Boot app generation with JPA model and REST API.
      • Spring CRUD Generator - Maven plugin for generating Spring Boot CRUD applications from YAML/JSON specifications.
      • JPA Buddy ![c - Plugin for IntelliJ IDEA. Provides visual tools for generating JPA entities, Spring Data JPA repositories, Liquibase changelogs and SQL scripts. Offers automatic Liquibase/Flyway script generation by comparing model to DB, and reverse engineering JPA entities from DB tables.
    • Compiler-compiler

      • JFlex - Lexical analyzer generator.
      • JavaCC - Parser generator that generates top-down parsers. Allows lexical state switching and permits extended BNF specifications.
    • Computer Vision

      • BoofCV - Library for image processing, camera calibration, tracking, SFM, MVS, 3D vision, QR Code and much more.
      • ImageJ - Medical image processing application with an API.
      • JavaCV - Java interface to OpenCV, FFmpeg, and much more.
    • Configuration

      • avaje config - Loads yaml and properties files, supports dynamic configuration, plugins, file-watching and config event listeners.
      • Curator Framework - High-level API for Apache ZooKeeper.
      • ini4j - Provides an API for handling Windows' INI files.
      • microconfig - Configuration system designed for microservices which helps to separate configuration from code. The configuration for different services can have common and specific parts and can be dynamically distributed.
      • centraldogma - Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2.
      • config - Configuration library supporting Java properties, JSON or its human optimized superset HOCON.
      • Configurate - Configuration library with support for various configuration formats and transformations.
      • dotenv - Twelve-factor configuration library which uses environment-specific files.
      • Externalized Properties - Simple, lightweight, yet powerful configuration library which supports resolution of properties from external sources such as files, databases, git repositories, and any custom sources, plus 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.
      • KAConf - Annotation-based configuration system for Java and Kotlin.
      • owner - Reduces boilerplate of properties.
      • ini4j - Provides an API for handling Windows' INI files.
      • ClearConfig - Type-safe, composable configuration library with a focus on runtime clarity.
    • Constraint Satisfaction Problem Solver

      • Choco - Off-the-shelf constraint satisfaction problem solver that uses constraint programming techniques.
      • OptaPlanner - Business planning and resource scheduling optimization solver.
      • Timefold - Flexible solver with Spring/Quarkus support and quickstarts for the Vehicle Routing Problem, Maintenance Scheduling, Employee Shift Scheduling and much more.
      • JaCoP - Includes an interface for the FlatZinc language, enabling it to execute MiniZinc models. (AGPL-3.0)
    • CSV

      • opencsv - Simple CSV parser.
      • FastCSV - Performance-optimized, dependency-free and RFC 4180 compliant.
      • jackson-dataformat-csv - Jackson extension for reading and writing CSV.
      • Super CSV - Powerful CSV parser with support for Dozer, Joda-Time and Java 8.
      • uniVocity-parsers - One of the fastest and most feature-complete parsers. Also comes with parsers for TSV and fixed-width records.
      • opencsv - Simple CSV parser.
    • Database

      • Apache Calcite - Dynamic data management framework. It contains many of the pieces that comprise a typical database management system.
      • Apache Drill - Distributed, schema on-the-fly, ANSI SQL query engine for Big Data exploration.
      • Apache Phoenix - High-performance relational database layer over HBase for low-latency applications.
      • Debezium - Low latency data streaming platform for change data capture.
      • druid - High-performance, column-oriented, distributed data store.
      • H2 - Small SQL database notable for its in-memory functionality.
      • HSQLDB - HyperSQL 100% Java database.
      • JDBI - Convenient abstraction of JDBC.
      • Lettuce - Lettuce is a scalable Redis client for building non-blocking Reactive applications.
      • MapDB - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory.
      • Querydsl - Typesafe unified queries.
      • Realm - Mobile database to run directly inside phones, tablets or wearables.
      • requery - Modern, lightweight but powerful object mapping and SQL generator. Easily map to or create databases, or perform queries and updates from any Java-using platform.
      • Trino - Distributed SQL query engine for big data.
      • Vibur DBCP - JDBC connection pool library with advanced performance monitoring capabilities.
      • Querydsl - Typesafe unified queries.
      • ArangoDB - ArangoDB Java driver.
      • Chronicle Map - Efficient, in-memory (opt. persisted to disk), off-heap key-value store.
      • eXist - NoSQL document database and application platform. (LGPL-2.1-only)
      • FlexyPool - Brings metrics and failover strategies to the most common connection pooling solutions.
      • HikariCP - High-performance JDBC connection pool.
      • Jest - Client for the Elasticsearch REST API.
      • jetcd - Client library for etcd.
      • Jinq - Typesafe database queries via symbolic execution of Java 8 Lambdas (on top of JPA or jOOQ).
      • Leaf - Distributed ID generate service.
      • MariaDB4j - Launcher for MariaDB that requires no installation or external dependencies.
      • Modality - Lightweight ORM with database reverse engineering features.
      • OpenDJ - LDAPv3 compliant directory service, developed for the Java platform, providing a high performance, highly available, and secure store for the identities.
      • QueryStream - Build JPA Criteria queries using a Stream-like API.
      • QuestDB - High-performance SQL database for time series. Supports InfluxDB line protocol, PostgreSQL wire protocol, and REST.
      • Redisson - Allows for distributed and scalable data structures on top of a Redis server.
      • Speedment - Database access library that utilizes Java 8's Stream API for querying.
      • Spring Data JPA MongoDB Expressions - Allows you to use MongoDB query language to query your relational database.
      • Xodus - Highly concurrent transactional schema-less and ACID-compliant embedded database.
      • CosId - Universal, flexible, high-performance distributed ID generator.
      • Trino - Distributed SQL query engine for big data.
      • Apache ShardingSphere - Distributed SQL transaction & query engine that allows for data sharding, scaling, encryption, and more on any database.
      • Spring Data Dynamic Query - Unified dynamic query interface for Spring Data JPA, MongoDB, and Elasticsearch, enabling advanced JOIN(s), OR logic, scoped conditions, powerful projections and advanced features with zero boilerplate.
      • Open J Proxy - Type 3 JDBC driver and Layer 7 proxy server for decoupling applications from relational database connection management.
      • ArcadeDB - Multi-model database supporting graphs, documents, key-value, time series, and vector embeddings with SQL, Cypher, Gremlin, MongoDB, and Redis API compatibility.
    • Data Structures

      • Apache Avro - Data interchange format with dynamic typing, untagged data, and absence of manually assigned IDs.
      • Apache Orc - Fast and efficient columnar storage format for Hadoop-based workloads.
      • Tape - Lightning-fast, transactional, file-based FIFO.
      • Big Queue - Fast and persistent queue based on memory-mapped files.
      • HyperMinHash-java - Probabilistic data structure for computing union, intersection, and set cardinality in loglog space.
      • Persistent Collection - Persistent and immutable analogue of the Java Collections Framework.
      • Protobuf - Google's data interchange format.
      • RoaringBitmap - Fast and efficient compressed bitmap.
      • Wire - Clean, lightweight protocol buffers.
      • SBE - Simple Binary Encoding, one of the fastest message formats around.
    • Date and Time

      • iCal4j - Parse and build iCalendar [RFC 5545](https://tools.ietf.org/html/rfc5545) data models.
      • Jollyday - Determines the holidays for a given year, country/name and eventually state/region.
      • ThreeTen-Extra - Additional date-time classes that complement those in JDK 8.
      • Time4J - Advanced date and time library. (LGPL-2.1-only)
      • Jollyday - Determines the holidays for a given year, country/name and eventually state/region.
    • Decentralization

    • Dependency Injection

      • Inversion of Control
      • Apache DeltaSpike - CDI extension framework.
      • Avaje Inject - Microservice-focused compile-time injection framework without reflection.
      • Dagger - Compile-time injection framework without reflection.
      • Feather - Ultra-lightweight, JSR-330-compliant dependency injection library.
      • Governator - Extensions and utilities that enhance Google Guice.
      • Guice - Lightweight and opinionated framework that completes Dagger.
      • HK2 - Lightweight and dynamic dependency injection framework.
      • JayWire - Lightweight dependency injection framework. (LGPL-3.0-only)
      • HK2 - Lightweight and dynamic dependency injection framework.
      • Dimension-DI - JSR-330 runtime dependency injection using the JDK Class-File API.
    • Development

      • AspectJ - Seamless aspect-oriented programming extension.
      • DCEVM - JVM modification that allows unlimited redefinition of loaded classes at runtime. (GPL-2.0-only)
      • NoException - Allows checked exceptions in functional interfaces and converts exceptions to Optional return.
      • Faux Pas - Library that simplifies error handling by circumventing the issue that none of the functional interfaces in the Java Runtime is allowed by default to throw checked exceptions.
      • HotswapAgent - Unlimited runtime class and resource redefinition. (GPL-2.0-only)
      • JavaParser - Parse, modify and generate Java code.
      • JavaSymbolSolver - Symbol solver.
      • Manifold - Re-energizes Java with powerful features like type-safe metaprogramming, structural typing and extension methods.
      • SneakyThrow - Ignores checked exceptions without bytecode manipulation. Can also be used inside Java 8 stream operations.
      • Tail - Enable infinite recursion using tail call optimization.
      • NoException - Allows checked exceptions in functional interfaces and converts exceptions to Optional return.
    • Distributed Applications

      • Apache Geode - In-memory data management system that provides reliable asynchronous event notifications and guaranteed message delivery.
      • Apache Storm - Realtime computation system.
      • Atomix - Fault-tolerant distributed coordination framework.
      • Axon - Framework for creating CQRS applications.
      • JGroups - Toolkit for reliable messaging and cluster creation.
      • Quasar - Lightweight threads and actors for the JVM.
      • Dropwizard Circuit Breaker - Circuit breaker design pattern for Dropwizard. (GPL-2.0-only)
      • Hazelcast - Highly scalable in-memory datagrid with a free open-source version.
      • Atomix - Fault-tolerant distributed coordination framework.