Stats
google/guava is an open source project licensed under Apache License 2.0 which is an OSI approved license.
Guava Alternatives
Similar projects and alternatives to Guava based on common topics and language
-
-
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
selenium-java-lean-test-achitecture
Ready to use Lean Test Automation Architecture using Java and Selenium WebDriver to speed up your test automation
-
-
allure-environment-writer
Java library which allows to write environment.xml file into allure-results directory.
-
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
-
Posts
-
ReversibleCollection proposal
There seems to be a focus on LinkedHashSet. The guava guys had a go at UniqueList instead what are yours thoughts on that?
-
Ask HN: 30 years old attempting a career change, advice needed
I haven’t written Java in my day-to-day for quite some time now, but the first thing that came to mind for a good open source Java codebase is Guava by Google: https://github.com/google/guava
It’s a collection of core libraries for Java that I believe should have a lot of useful patterns/concepts to learn from.
I also highly recommend Effective Java by Joshua Bloch (https://www.amazon.com/Effective-Java-Joshua-Bloch/dp/013468...). An incredible text for any kind of programmer, and even better if you’re specifically interested in Java.
Good luck!
-
In major copyright battle between tech giants, SCOTUS sides w/ Google over Oracle, finding that Google didnt commit copyright infringement when it reused lines of code in its Android operating system.
https://github.com/google/guava#adding-guava-to-your-build
-
just started learning, will my brain ever stop this?
Even Google software engineers can't help it: https://github.com/google/guava/blob/master/guava/src/com/google/common/base/CharMatcher.java#66
-
use case for Java Streams...
See this: https://github.com/google/guava/wiki/FunctionalExplained#caveats , in this case it applies to java too
-
Add more information to your Allure Report using Java
We will use the allureEnvironmentWriter static method from the AllureEnvironmentWriter class. This method receives an ImmutableMap from the Guava library.
- Can you type quitely honey ?
-
Threads
ListenableFutures are the way I normally do it, but it sounds like it'd be overkill for your needs.
-
I Enjoy Improving Code Quality And Learning About
At Google, there are teams dedicated to writing libraries like Guava and Guice that shapes the technical landscape at the company for many years to come. They also have an org called "Engineering Productivity" that focuses more on release velocity, testing health, monitoring, etc.