binkley / modern-java-practices

Modern Java/JVM Build Practices
The Unlicense
920 stars 69 forks source link

[Epic] Dependency management #534

Closed binkley closed 4 days ago

binkley commented 3 weeks ago

There are several cards that touch on dependency management including:

Discussion should include how Gradle and Maven builds can pull in dependencies/plugins not available in their default public sites (such as internal corporate libraries, or odd public dependencies/plugins). In Maven-world, this may involve a <repositories> section in pom.xml if something is not in Maven Central.