SaaSHub helps you find the best software and product alternatives Learn more →
Top 5 Java Guava Projects
-
1. Google Guava
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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
> * 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.
-
mycollab
An open source, free, high performance, stable and secure Java Application Business Platform of Project Management and Document
-
-
Java Guava discussion
Java Guava related posts
-
My First blog.
-
Lists: do you know the nature of yours? The strange story of a data container in Java
-
Google/guava: Google core libraries for Java
-
Guava 32.0 (released today) and the @Beta annotation
-
Best Practice of Guava ImmutableList
-
Murmurhash -criando um rollout progressivo via backend
-
Twitter makes some of its source code public
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 Jan 2025
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 |