Enforce managed dependencies in Maven projects
5. Juni 2015 2 Kommentare zu Enforce managed dependencies in Maven projectsWorking with dependencies between project modules or to external libraries is one of Maven’s core features – it’s simply done by declaring the reference to the required artifact in a pom.xml file: <project …> … <dependencies> <dependency> <groupId>com.buschmais.jaxbfx</groupId>
Read more