Monthly Archives: June 2024

Gradle dependencies tutorial

Gradle has very powerful dependency management features. In this tutorial I will walk through creating a multi module Java project, and explain: How the api and implementation dependencies work How to create a custom dependency resolution strategy to: Hard fail … Continue reading

Posted in Gradle, Java | Tagged , | Leave a comment