You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 inpom.xml
if something is not in Maven Central.The text was updated successfully, but these errors were encountered: