How to Create a Java Library: From Scratch to Maven Central

Introduction

If you usually need to rewrite or copy similar code between different projects, it may be time to stop replicating it and create a library.

You can also share it as open-source, so other people can use it and help you improve it.