Java Guava

Open-source Java projects categorized as Guava

Top 5 Java Guava Projects

  1. Guava

    Google core libraries for Java

    Project mention: Common Java Libraries and Frameworks you Should Try | dev.to | 2024-10-15

    1. Google Guava

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Immutables

    Annotation processor to create immutable objects and builders. Feels like Guava's immutable collections but for regular value objects. JSON, Jackson, Gson, JAX-RS integrations included

    Project mention: Translating 10M lines of Java to Kotlin | news.ycombinator.com | 2024-12-22

    > * data class Foo(val theImplementationAndStyleOfDataClasses: String)

    For the purists there are records now in Java (which can be combined with destructuring / pattern matching - there were significant improvements in this area in the last few JDK releases, and more are coming!). In this regard Java had surpassed Kotlin by some margin.

    For the enterprise coders, there is the Immutables project (https://immutables.org) which you can say is Lombok on steroids (but implemented correctly, that is, by generating classes which you can inspect as regular source code, instead of relying on hacking the compiler...).

    > * elvis?.operator?.chaining

    This will hopefully be finally resolved by one of the subprojects of project Valhalla, as a prerequisite for value class support (which cannot be null, so...).

    The others on your list are small and subjective stylistic differences, of course your preference may vary, but should not weigh heavily in any Java vs Kotlin discussion.

  4. mycollab

    An open source, free, high performance, stable and secure Java Application Business Platform of Project Management and Document

  5. Modernizer

    Detect uses of legacy Java APIs

  6. JadConfig

    Annotation-driven configuration library for the Java programming language

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Java Guava discussion

Log in or Post with

Java Guava related posts

  • My First blog.

    1 project | dev.to | 6 Sep 2024
  • Lists: do you know the nature of yours? The strange story of a data container in Java

    2 projects | dev.to | 23 Nov 2023
  • Google/guava: Google core libraries for Java

    3 projects | news.ycombinator.com | 8 Nov 2023
  • Guava 32.0 (released today) and the @Beta annotation

    5 projects | /r/java | 30 May 2023
  • Best Practice of Guava ImmutableList

    1 project | /r/learnjava | 8 May 2023
  • Murmurhash -criando um rollout progressivo via backend

    3 projects | dev.to | 21 Apr 2023
  • Twitter makes some of its source code public

    3 projects | /r/Twitter | 2 Apr 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Guava projects in Java? This list will help you:

# Project Stars
1 Guava 50,414
2 Immutables 3,451
3 mycollab 1,275
4 Modernizer 381
5 JadConfig 23

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Java is
the 8th most popular programming language
based on number of references?