In this short tutorial, we’ll explore ways to clear our local Maven cache.
Also find me here:
Baeldung Author
Divyesh Dabhi
From a young age, I’ve been passionate about writing code, and this has evolved into a career spanning over 15 years. Currently, I work as a software engineer, specialising in Java and Spring. In this role, I also serve as a mentor, which helps me enhance both my technical and teaching abilities. Outside of work, I enjoy reading and learning, spending time with my young family, and continually striving to master the art of brewing the perfect cup of coffee.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (1)
- Persistence (1)
- Networking (1)
- Maven (1)
- Java Map (1)
- Java Collections (1)
- Java Array (1)
Using the Map.Entry Java Class
Filed under Java Map
We often use maps to store a collection of key-value pairs. We explore the Entry objects inside a map and how to make the most of them.
Creating a Generic Array in Java
Filed under Java Array, Java Collections
The loose types of Java generics are hard to coerce into the strong types of Java arrays. We explore the problem and some common solutions.
Rolling Back Migrations with Flyway
Filed under Persistence
Learn how to safely roll back migrations using Flyway.
Using Mockito ArgumentCaptor
Filed under Testing
In this tutorial, we’ll cover a common use case of using Mockito ArgumentCaptor in our unit tests.
Getting MAC Addresses in Java
Filed under Networking
Learn how to get the mac addresses of network card interfaces in Java.