Popular posts
Schedule Jenkins build periodically
How to configure Jenkins build schedule... Jenkins schedule format
Spring Boot + TestNG. How to get started
Minimal required code...
Recent posts
ViaVox - Now in Closed Testing
ViaVox Android app in closed testing - voice translation and AI conversational companion with 20 languages support
Recent DirectCall Improvements
New features in DirectCall - auto-hiding controls, camera switching, and screen sharing beta
Building DirectCall - The Tech Behind the Simplicity
How I built DirectCall - a solo developer's approach to shipping fast
Open Source
| Easy Files |
|
| Read files with easy | |
| AppProps |
|
| Load multiple application property files from different locations | |
| EasyLog |
|
| Open source library for logging and debugging | |
How to publish Open Source library
Step by step guide
Maven is a widely used build automation tool for Java-based projects. It is used to manage the build process, including dependencies, compilation, packaging, and testing. Maven uses a declarative approach, meaning that developers specify what they want to achieve and Maven handles the details of how to do it. Maven also has a large repository of Java libraries and dependencies, making it easy for developers to manage their project's dependencies without having to manually download and manage them.